TcxGridLevel.IsTop Property
Specifies whether the grid level is at the root nesting level.
Declaration
property IsTop: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsTop property returns a value indicating whether the grid level is placed at the root nesting level. There can be several of these top grid level items and they are all directly accessible via the indexed TcxCustomGrid.Levels property.
See Also