Skip to main content

veHeaderedItemsControl.HasHeader Property

Gets whether the control’s veHeaderedItemsControl.Header is not empty.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool HasHeader { get; }

Property Value

Type Description
Boolean

true if the control’s header is not empty; otherwise, false.

See Also