Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: 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