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

TcxGridItemServerModeDataBinding Members

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

Constructors

Name Description
Create(TcxCustomGridTableItem) Initializes a new instance of the TcxGridItemDataBinding class with specified settings. Inherited from TcxGridItemDataBinding.

Properties

Name Description
Data Allows you to store additional data within the data binding. Inherited from TcxGridItemDataBinding.
DataController Provides access to the data controller that manages data that the grid View item displays in server mode.
Expression Specifies a calculated field expression for the grid View item. Inherited from TcxGridItemDataBinding.
Field Provides access to the dataset field associated with the grid View item.
FieldName
Filter Provides access to the filter specified by the View’s data controller. Inherited from TcxGridItemDataBinding.
FilterCriteriaItem Refers to the first filter condition of the corresponding grid View item. Inherited from TcxGridItemDataBinding.
Filtered Specifies whether filter criteria affect the grid View item. Inherited from TcxGridItemDataBinding.
FilterFieldName Inherited from TcxGridItemDataBinding.
FilterMRUValueItems Inherited from TcxGridItemDataBinding.
GridView Inherited from TcxGridItemDataBinding.
Item Provides access to the grid View item to which the data binding belongs. Inherited from TcxGridItemDataBinding.
ValueType Specifies the string representation of the value type class. Inherited from TcxGridItemDataBinding.
ValueTypeClass Determines the data type which the data binding provides. Inherited from TcxGridItemDataBinding.

Methods

Name Description
AddToFilter(TcxFilterCriteriaItemList,TcxFilterOperatorKind,Variant,string,Boolean) Adds a filter condition to the filters list. Inherited from TcxGridItemDataBinding.
Assign(TPersistent) Copies the contents of the source data binding to a new data binding. Inherited from TcxGridItemDataBinding.
AssignTo(TPersistent) Inherited from TPersistent.
DefaultCaption Inherited from TcxGridItemDataBinding.
DefaultRepositoryItem Inherited from TcxGridItemDataBinding.
DefaultWidth(Boolean) Inherited from TcxGridItemDataBinding.
Equals(TObject) Inherited from TObject.
GetAllowedSummaryKinds Inherited from TcxGridItemDataBinding.
GetDefaultValuesProvider(TcxCustomEditProperties) Inherited from TcxGridItemDataBinding.
GetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes) Populates the AIndexes collection with corresponding indexes of filter conditions that are currently applied to the item (a row or a column). Inherited from TcxGridItemDataBinding.
GetFilterDisplayText(Variant,string) Inherited from TcxGridItemDataBinding.
GetFilterStrings(TStrings,TcxGridFilterValueList) Populates AStrings with the display text of filter conditions that are currently applied to the item (a row or a column). Inherited from TcxGridItemDataBinding.
GetFilterValues(TcxGridFilterValueList,Boolean,Boolean,Boolean) Populates the AValueList with the filter conditions of the corresponding item (a row or a column). Inherited from TcxGridItemDataBinding.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsDisplayFormatDefined(Boolean) Inherited from TcxGridItemDataBinding.
SetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes,Boolean) Applies filter conditions specified by their indexes to the currently processed item (a row or a column). Inherited from TcxGridItemDataBinding.
ToString Inherited from TObject.
See Also