TCustomdxLookupTreeView.ListSource Property
Specifies the DataSource of a drop-down tree-view.
Declaration
property ListSource: TDataSource read; write;
Property Value
Type |
---|
TDataSource |
Remarks
Use ListSource to specify the DataSource of a drop-down tree-view.
See Also