Back to Devexpress

LookUpEditStyleSettings.ShowGroupPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-lookupeditstylesettings-296c2a07.md

latest1.3 KB
Original Source

LookUpEditStyleSettings.ShowGroupPanel Property

Gets or sets whether the Group Panel is displayed within an embedded grid. This is a dependency property.

Namespace : DevExpress.Xpf.Grid.LookUp

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to display the Group Panel; otherwise, false.

|

Remarks

To learn more, see Grouping.

See Also

LookUpEditStyleSettings Class

LookUpEditStyleSettings Members

DevExpress.Xpf.Grid.LookUp Namespace