Returns or sets a string value that specifies the index or key of the Style object associated with the Header object.
Syntax:
HeaderObject.StyleIndex [= String Value]
The StyleIndex Property (Header Object) syntax has these parts:
| Part |
Description |
| HeaderObject |
An object expression that evaluates to a Header object. |
| String Value |
A string value that specifies the index or Key of the Style object associated with the Header object. |
Remarks:
Style objects control formatting and visual presentation of Header objects in an XTTreeview Control. The default setting for the StyleIndex property for a Header object is 0 (the default Style object). In order to modify the Appearance and other graphical aspects of the Header object a Style object must be created and its Index or Key stored in this property.