Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

First Property, ColumnsClass Class

Returns the first column in the column collection.

Class: ColumnsClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ColumnClass First { get; }
Public ReadOnly Property First As ColumnClass

Value

The first real column or null/Nothing if the column collection is empty.

Comments

Returns the first column in the column collection.

The First property returns the first column in the column collection. This is not necessarily the first displayed column. The ColumnsClass.FirstDisplayed property returns the first displayed column.

See Also ColumnsClass Class | Classes | SftTree/NET 2.0