TdxBarTreeViewCombo.SortType Property
Specifies whether tree nodes are sorted.
Declaration
property SortType: TSortType read; write;
Property Value
Type |
---|
TSortType |
Remarks
Use this property to set sorting behavior of dropdown tree nodes. This property is similar to the TTreeView SortType property.
See Also