TreeListView.HasDetailViews Property
Gets whether the view has details.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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