Skip to main content
A newer version of this page is available. .

TcxGridItemServerModeDataBinding Class

A grid View item connection to an underlying dataset field accessed via the server mode data controller.

Declaration

TcxGridItemServerModeDataBinding = class(
    TcxGridItemDataBinding
)

Remarks

This class provides the following members that allow you to:

  • Access the data controller that manages data that an associated grid View item displays (DataController).

  • Access the grid View item to which the data connection belongs (Item).

  • Specify the name of the underlying dataset field whose values the grid View item must display (FieldName).

  • Access the underlying dataset field (Field).

The TcxGridServerModeColumn.DataBinding and TcxGridServerModeBandedColumn.DataBinding properties reference a TcxGridItemServerModeDataBinding object.

Note

The inherited Expression property value is ignored, since the server mode data controller does not support calculated field expressions.

Inheritance

TObject
TPersistent
TcxGridItemDataBinding
TcxGridItemServerModeDataBinding
See Also