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

TcxCustomGridView.ViewInfo Property

Provides access to the ViewInfo object that contains information on how to draw the grid View.

#Declaration

Delphi
property ViewInfo: TcxCustomGridViewInfo read;

#Property Value

Type
TcxCustomGridViewInfo

#Remarks

The information provided by the ViewInfo property’s return value is used internally and you will generally have no need to use this property in applications.

Note

Along with providing the View’s painting information, the returned ViewInfo object allows you to determine the View element located at a particular point. You can also use a View’s GetHitTest method to accomplish this.

See Also