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

CustomizeAppointmentFlyoutEventArgs.Subject Property

Gets or sets the text displayed in the Subject rectangle.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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