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

TcxGridChartView.GetDataGroupClass Method

Returns the class type associated with data groups in the View.

#Declaration

Delphi
function GetDataGroupClass: TcxGridChartDataGroupClass; virtual;

#Returns

Type
TcxGridChartDataGroupClass

#Remarks

By default, this function returns TcxGridChartDataGroup. TcxGridChartView descendants (for instance, data-aware Chart Views of the TcxGridDBChartView class) override this function to return an appropriate class type for each particular View.

See Also