Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridItemServerModeDataBinding Class

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

#Declaration

Delphi
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