|
|
|
|
Footers Property, SftTree Class |
Returns the control's FootersClass instance describing all footers.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Footers As FootersClass |
C# |
public FootersClass Footers { get; } |
C++ |
public: property FootersClass^ Footers { |
Property Value
The FootersClass class instance.
Comments
The Footers property 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.