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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current view is the root view; otherwise, false. |
See Also