HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Rows Property, FootersClass Class

Defines the number of rows in the footer area.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public int Rows { get; set; }
Public Property Rows As Integer

Value

The number of rows.

The default value is 1.

Comments

Defines the number of rows in the footer area.

Each row in the column footer area is represented by an item (of type ItemClass) which contains cells.

See Also FootersClass Class | Classes | SftTree/NET 3.0