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

TreeListView.HasDetailViews Property

Gets whether the view has details.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool HasDetailViews { get; }

Property Value

Type Description
Boolean

false always.

Remarks

TreeListView overrides the base class property to return false, as it cannot display Detail Views.

See Also