TdxDBTreeView.ImageIndexField Property
Specifies the field 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 used by a data-aware tree-view control to set the ImageIndex property of the TreeNode. The dataset of the field is specified by the data source component (TDataSource). ImageIndexField must be an integer field.
See Also