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

TcxGridIndicatorHeaderItemViewInfo Class

Stores ViewInfo information for the header grid View indicator.

#Declaration

Delphi
TcxGridIndicatorHeaderItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

#Remarks

This class stores information required to draw the header indicator.

You should not create instances of TcxGridIndicatorFooterItemViewInfo or its descendants. It is created when the TcxGridTableView.OnCustomDrawIndicatorCell event occurs and is passed as its AViewInfo parameter. You should use this event to perform custom draw of the grid View’s indicator item.

See Also