Back to Devexpress

AgendaView.AppointmentFullIntervalStringFormat Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-agendaview-798f87e8.md

latest1.8 KB
Original Source

AgendaView.AppointmentFullIntervalStringFormat Property

Gets or sets the format of the string displayed in appointments that indicates 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 AppointmentFullIntervalStringFormat { get; set; }
vb
Public Property AppointmentFullIntervalStringFormat As String

Property Value

TypeDescription
String

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

|

Remarks

The AppointmentIntervalStringFormat is used when the appointment lasts more than one day and the ShowAppointmentArrowImages property is set to true. Otherwise, the AppointmentFullIntervalStringFormat is used.

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

See Also

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace