TcxGridLayoutView.ViewInfo Property
Provides access to the ViewInfo object that contains information on how to draw the Layout View.
Declaration
property ViewInfo: TcxGridLayoutViewViewInfo read;
Property Value
Type |
---|
TcxGridLayoutViewViewInfo |
Remarks
Information accessible through the ViewInfo
property value is used internally and generally you don’t need to use this property in your 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