Skip to main content

ReminderItem.Subject Property

Gets the subject text of the appointment associated with the reminder.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string Subject { get; }

Property Value

Type Description
String

A String value that is the appointment’s subject text.

See Also