HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Footers Property, SftTree Class

Returns the control's FootersClass instance describing all footers.

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

Syntax

public FootersClass Footers { get; }
Public ReadOnly Property Footers As FootersClass

Value

The FootersClass class instance.

Comments

Returns the control's FootersClass instance describing all footers.

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

A control has only one FootersClass instance.

See Also SftTree Class | Classes | SftTree/NET 3.0