Back to Devexpress

TableView.ShowGroupPanelsForUngroupedDetails Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-15c136ce.md

latest1.1 KB
Original Source

TableView.ShowGroupPanelsForUngroupedDetails Property

Gets or sets whether to display group panels for ungrouped details. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowGroupPanelsForUngroupedDetails { get; set; }
vb
Public Property ShowGroupPanelsForUngroupedDetails As Boolean

Property Value

TypeDescription
Boolean

true to display group panels for ungrouped details; otherwise, false.

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace