Skip to main content
A newer version of this page is available. .

RowDataBase.IsMasterRowExpanded Property

Gets whether the master row is expanded. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool IsMasterRowExpanded { get; protected set; }

Property Value

Type Description
Boolean

true if the master row is expanded; otherwise, false.

See Also