Skip to main content

LayoutGroupBase.ShowHeader Property

Gets or sets whether the group’s Header (specified by the veHeaderedItemsControl.Header inherited property) is visible.

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DefaultBoolean ShowHeader { get; set; }

Property Value

Type Description
DefaultBoolean

true, if the group’s Header is visible; 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.

See Also