Skip to main content
A newer version of this page is available. .

GridControlBase.ShowGroupPanel Property

Gets or sets a value specifying whether the Group Panel is displayed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
[GridUIProperty]
public DefaultBoolean ShowGroupPanel { get; set; }

Property Value

Type Description
DefaultBoolean

true to display the group panel; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by a control’s current setting. The default value is automatically set for a control if an end-user doesn’t specify a value.

Remarks

To learn more, see Grouping.

See Also