TCustomdxLookupTreeView.StateIndexField Property
Specifies the field used by a data-aware tree-view control to set the StateIndex property of a tree node.
Declaration
property StateIndexField: string read; write;
Property Value
Type |
---|
string |
Remarks
Set StateIndexField to specify the field used by a data-aware tree-view control to set the StateIndex property of a tree node. The dataset is specified by a data source component (TDataSource). StateIndexField must be an integer field.
See Also