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

DayViewBase.AllDayAppointmentLeftArrowTextStringFormat 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.v18.2.dll

Declaration

public string AllDayAppointmentLeftArrowTextStringFormat { get; set; }

Property Value

Type Description
String

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

Remarks

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

See Also