TcxCustomGridIndicatorItemViewInfo.Container Property
Provides access to the ViewInfo object associated with the indicator that contains the item that corresponds to the current ViewInfo object.
Declaration
property Container: TcxGridIndicatorViewInfo read;
Property Value
Type |
---|
TcxGridIndicatorViewInfo |
Remarks
Use this property to access the following:
ViewInfo objects of other indicator items (the TcxGridIndicatorViewInfo.Items property).
The number of indicator items (the TcxGridIndicatorViewInfo.Count property). The number of indicator items matches the number of currently visible table rows.
See Also