TcxCustomDBTreeList.OptionsData Property
In This Article
Provides access to data management settings.
#Declaration
Delphi
property OptionsData: TcxDBTreeListOptionsData read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores data management settings of a data-aware Tree List control. |
#Remarks
Refer to the TcxDBTreeListOptionsData class description for detailed information on all available options.
See Also