Skip to main content

DataViewBase.IsRootView Property

Determines if the current view is the root view within the grid control’s master-detail hierarchy.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsRootView { get; }

Property Value

Type Description
Boolean

true if the current view is the root view; otherwise, false.

See Also