Back to Devexpress

DayViewBase.AllDayAppointmentRightArrowTextStringFormat Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-c56f4b26.md

latest1.5 KB
Original Source

DayViewBase.AllDayAppointmentRightArrowTextStringFormat Property

Gets or sets the format of the string displayed in appointments in the all-day area that do not fit in the view area. 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 AllDayAppointmentRightArrowTextStringFormat { get; set; }
vb
Public Property AllDayAppointmentRightArrowTextStringFormat As String

Property Value

TypeDescription
String

A System.String value specifying the format string. By default, To {0:MMM d}

|

Remarks

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

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace