TcxGridItemServerModeDataBinding.DataController Property
Provides access to the data controller that manages data that the grid View item displays in server mode.
Declaration
property DataController: TcxGridServerModeDataController read;
Property Value
Type |
---|
TcxGridServerModeDataController |
Remarks
Refer to the TcxGridServerModeDataController class description for information on available options.
See Also