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

TcxCustomGridIndicatorItemViewInfo Class

Stores ViewInfo information required to draw indicator columns.

#Declaration

Delphi
TcxCustomGridIndicatorItemViewInfo = class(
    TcxCustomGridViewCellViewInfo
)

#Remarks

There are three types of indicator item ViewInfo objects:

  1. Header indicator ViewInfo (TcxGridIndicatorHeaderItemViewInfo).

  2. Row indicator ViewInfo (TcxGridIndicatorRowItemViewInfo).

  3. Footer indicator ViewInfo (TcxGridIndicatorFooterItemViewInfo).

You should not create instances of the TcxCustomGridIndicatorItemViewInfo class or its descendants. A TcxCustomGridIndicatorItemViewInfo object is automatically created and passed as the AViewInfo parameter when you handle the TcxGridTableView.OnCustomDrawIndicatorCell event.

See Also