Back to Devexpress

MonthView.DateHeaderStringFormat Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-8fbb3771.md

latest1.8 KB
Original Source

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.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

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

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace