Back to Devexpress

Reminder.Subject Property

corelibraries-devexpress-dot-xtrascheduler-dot-reminder-f1cd3e25.md

latest1.2 KB
Original Source

Reminder.Subject Property

Gets the subject text of the appointment which the reminder is applied to.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public string Subject { get; }
vb
Public ReadOnly Property Subject As String

Property Value

TypeDescription
String

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

|

See Also

Appointment

Subject

Reminder Class

Reminder Members

DevExpress.XtraScheduler Namespace