Skip to main content
A newer version of this page is available. .

DateNavigationPanel.DayModeFullFormat Property

Gets or sets the format of the string displayed in appointments that indicates the interval of an appointment. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public string DayModeFullFormat { get; set; }

Property Value

Type Description
String

A System.String value specifying the format string used to indicate an interval of two or more years. By default, {0:MMMM d, yyyy} - {1:MMMM d, yyyy}

Remarks

The text format depends on the DisplayMode property value, how many time units the interval spans, and the corresponding format string.

DisplayMode

Formatting property

Day

Single day interval

Single month interval

Single year interval

Two or more years interval

DayModeSameDayFormat

DayModeSameMonthFormat

DayModeSameYearFormat

DayModeFullFormat

Month

Single day interval

Single month interval

Single year interval

Two or more years interval

-

MonthModeSameMonthFormat

MonthModeSameYearFormat

MonthModeFullFormat

See Also