Skip to main content

CustomizeAppointmentFlyoutEventArgs.Subject Property

Gets or sets the text displayed in the Subject rectangle.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public string Subject { get; set; }

Property Value

Type Description
String

A string whose default value is the text of the appointment subject.

Implements

See Also