Back to Devexpress

TcxCustomGridView.IsMaster Property

vcl-cxgridcustomview-dot-tcxcustomgridview-f1c68d18.md

latest872 B
Original Source

TcxCustomGridView.IsMaster Property

Indicates whether the current View level has child Views which can be displayed.

Declaration

delphi
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

TcxGridLevel

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit