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

DateNavigationPanel.MonthModeSameMonthFormat 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 MonthModeSameMonthFormat { get; set; }

Property Value

Type Description
String

A System.String value specifying the format string used to indicate a single month interval. By default, {0:MMMM 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