Skip to main content

veHeaderedContentControl.HasHeaderTemplate Property

Gets whether the veHeaderedContentControl.HeaderTemplate 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 HasHeaderTemplate { get; }

Property Value

Type Description
Boolean

true if the veHeaderedContentControl.HeaderTemplate is not empty; otherwise, false.

See Also