TdxBarTreeViewCombo.StateImages Property
Specifies the images that appear to the left of node text.
Declaration
property StateImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use this property to set or access an image list with images displayed to the left of node text. The index associated with the image item is stored in the StateIndex property of a dropdown tree item. The following code sets the state image for the selected node:
dxBarTreeViewCombo1.SelectedItem.StateIndex := 1;
See Also