Skip to main content

TreeListView.HasDetailViews Property

Gets whether the view has details.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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