Skip to main content

SchedulerViewBase.AppointmentFullIntervalStringFormat Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string AppointmentFullIntervalStringFormat { get; set; }

Property Value

Type Description
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 AppointmentFullIntervalStringFormat is used when the appointment lasts more than one day. Otherwise, the AppointmentIntervalStringFormat is used.

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

See Also