Skip to main content

DXCalendar.HeaderTemplate Property

Gets or sets a template that configures the appearance of the calendar header. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataTemplate HeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

A data template that is applied to the calendar header.

Remarks

The CalendarHeaderViewModel object specifies a binding context for the HeaderTemplate.

See Also