TcxGridViewRepository.Count Property
Specifies the number of Views stored in the View repository.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of Views within the View repository. You can add a View via the CreateItem method. All Views can be accessed via the indexed Items property.
See Also