Skip to main content

TdxBarTreeViewCombo.ShowImageInEdit Property

Specifies whether to display an image within a treeview editor.

Declaration

property ShowImageInEdit: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Each dropdown treeview node has an appropriate image that is displayed when that node is selected. Set the ShowImageInEdit property to True to display this image within an editor. If this property is set to False, only text is displayed. The default value for the ShowImageInEdit property is True.

Value Example
True
False
See Also