Skip to main content

AgendaView.AppointmentAllDayText Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

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