TcxGridLevel.IsMaster Property
Specifies whether a grid level has child levels that can be displayed.
Declaration
property IsMaster: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsMaster property returns a Boolean value indicating whether the current grid level has detail levels that can be displayed to a user. IsMaster returns True if there is any child level whose Visible property is set to True. Otherwise, IsMaster returns False.
See Also