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

#Declaration

public bool IsRootView { get; }

#Property Value

Type Description
Boolean

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

See Also