Back to Devexpress

DataViewBase.IsRootView Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-fb743bdf.md

latest1.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsRootView { get; }
vb
Public ReadOnly Property IsRootView As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace