Back to Devexpress

TreeListView.HasDetailViews Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-4b4f6424.md

latest1.1 KB
Original Source

TreeListView.HasDetailViews Property

Gets whether the view has details.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

false always.

|

Remarks

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

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace