TcxCustomGridView.IsMaster Property
Indicates whether the current View level has child Views which can be displayed.
Declaration
property IsMaster: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsMaster property indicates whether the current View level has child levels that can be displayed to a user. IsMaster returns True if there are any detail levels whose Visible property is set to True. Otherwise, IsMaster returns False.
See Also