HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Headers Property, SftTree Class

Returns the SftTree.HeadersClass instance describing all headers.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public HeadersClass Headers { get; }
Public ReadOnly Property Headers As HeadersClass

Value

The HeadersClass class instance.

Comments

Returns the SftTree.HeadersClass instance describing all headers.

The instance of the HeadersClass class describes attributes that apply to all headers in a SftTree/NET control. Numerous properties and methods can be accessed using the returned object.

A control has only one HeadersClass instance.

See Also SftTree Class | Classes | SftTree/NET 3.0