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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

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

    Property Value

    Type Description
    IEnumerable<String>

    A list of format strings. By default, “{0:dddd, d}”, “{0:ddd d}”, “{0:%d}”

    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