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

TcxGridChartCategories.DataBinding Property

Specifies an object which links the default categories to a data store.

#Declaration

Delphi
property DataBinding: TcxGridChartItemDataBinding read; write;

#Property Value

Type
TcxGridChartItemDataBinding

#Remarks

Use the DataBinding property to specify the object which links the default categories that are associated with the current TcxGridChartCategories object instance to a data store. You can use the properties of the DataBinding object to define the data type of category values, associate an arbitrary value (via the DataBinding.Data property) with the default categories and perform other operations.

At design time, you can select a value’s type for the default categories from the DataBinding.ValueType property which provides a list of the available data types.

See Also