Skip to main content

MonthView.DateHeaderStringFormats Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<string> DateHeaderStringFormats { get; set; }

Property Value

Type Description
IEnumerable<String>

A list of format strings.

Remarks

The Scheduler determines the actual format string depending on the culture and the resource width. Use the DateHeaderStringFormat property if you don’t need a variable format string depending on the resource width. If the DateHeaderStringFormat property is set, the DateHeaderStringFormats property is ignored.

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

See Also