Back to Devexpress

DayViewBase.AllDayAppointmentFullIntervalStringFormat Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-3562f4d3.md

latest1.8 KB
Original Source

DayViewBase.AllDayAppointmentFullIntervalStringFormat Property

Gets or sets the format of the string displayed in appointments in the all-day area that indicate the full interval of an appointment. 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 AllDayAppointmentFullIntervalStringFormat { get; set; }
vb
Public Property AllDayAppointmentFullIntervalStringFormat As String

Property Value

TypeDescription
String

A System.String value specifying the format string. By default, {0:MMM d h:mm tt}-{1:MMM d h:mm tt}

|

Remarks

The AllDayAppointmentFullIntervalStringFormat is used when the appointment lasts more than one day. Otherwise, the AllDayAppointmentIntervalStringFormat is used.

To learn more, see the Custom Date and Time Format Strings article in MSDN.

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace