Skip to main content

LayoutItem.ShowHeader Property

Gets or sets whether the item’s header is visible.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DefaultBoolean ShowHeader { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies whether the item’s header is visible.

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

If the ShowHeader property is set to Default or True, the item’s header (veHeaderedContentControl.Header) is visible. Otherwise, the header is hidden.

See Also