TcxCustomDataController.CustomDataSource Property
Identifies the user-defined data source.
Declaration
property CustomDataSource: TcxCustomDataSource read; write;
Property Value
Type |
---|
TcxCustomDataSource |
Remarks
Use the CustomDataSource property to specify the user-defined data source which allows the representation of arbitrary data within a visual display control. This mode is called provider mode. To use provider mode you should create your own class by deriving it from TcxCustomDataSource and assign an instance of this class to the CustomDataSource property.
See Also