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

AgendaView.AppointmentAllDayText Property

Specifies the text that indicates all-day appointments. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public string AppointmentAllDayText { get; set; }

Property Value

Type Description
String

A System.String value that is the text displayed in all-day appointments. By default, All Day

See Also