Skip to main content

DayViewBase.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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string DateHeaderStringFormat { get; set; }

Property Value

Type Description
String

The 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, the DateHeaderStringFormats property is ignored.

See Also