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

TcxGridItemDBDataBinding Methods
Show Inherited Hide Inherited

An object that links a data-aware item to a dataset field.
Name Description
AddToFilter(TcxFilterCriteriaItemList,TcxFilterOperatorKind,Variant,string,Boolean) Adds a filter condition to the filters list. Inherited from TcxGridItemDataBinding.
Assign(TPersistent) Inherited from TPersistent.
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