TcxGridLevel.Count Property
Returns the number of child (detail) levels for the current grid level.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Count property returns the number of child levels for the current TcxGridLevel instance. The collection of levels is supported by the Items property.
See Also