HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Columns Property, SftTree Class

Returns the control's ColumnsClass instance describing all columns.

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

Syntax

public ColumnsClass Columns { get; }
Public ReadOnly Property Columns As ColumnsClass

Value

The ColumnsClass class instance.

Comments

Returns the control's ColumnsClass instance describing all columns.

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

A control has only one ColumnsClass instance.

See Also SftTree Class | Classes | SftTree/NET 3.0