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

ReminderItem.Subject Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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