Back to Devexpress

DayViewBase.DateHeaderStringFormat Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-e35e5b76.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public string DateHeaderStringFormat { get; set; }
vb
Public Property DateHeaderStringFormat As String

Property Value

TypeDescription
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

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace