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