Skip to main content
A newer version of this page is available. .

MonthView.DateHeaderStringFormat Property

Specifies the format of the string displayed in date headers. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public string DateHeaderStringFormat { get; set; }

Property Value

Type Description
String

A format string. By default, null

Remarks

The Scheduler determines the actual format string depending on the culture and the resource width. Use the DateHeaderStringFormats property to specify a list of format strings that are used depending on the resource width. Use the DateHeaderStringFormat if you need a single format string. If the DateHeaderStringFormat property is set to a non-null value, the DateHeaderStringFormats property value is ignored.

Use the DateHeaderUseUpperCase property to specify whether to capitalize the header text.

See Also