Back to Devexpress

TableView.HasDetailViews Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-221efde0.md

latest1.2 KB
Original Source

TableView.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

true if the view has details; otherwise, false.

|

Remarks

This property returns true if the grid’s GridControl.DetailDescriptor property is not empty.

See Also

DetailDescriptor

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace