Skip to main content

LayoutGroupBase.IsHeaderVisible Property

Gets whether the group’s header is visible.

Namespace: DevExpress.UI.Xaml.Layout.Base

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsHeaderVisible { get; }

Property Value

Type Description
Boolean

true, if the group’s header is visible; otherwise, false.

Remarks

Use the LayoutGroupBase.ShowHeader property to specify the visibility of the group’s header.

See Also