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

TcxGridItemDataBinding Members

Represents an object linking a grid View item with a dataset field.

Constructors

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

Properties

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

Methods

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