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

CustomizeAppointmentFlyoutEventArgs.ShowSubject Property

Gets or sets whether to display the Subject rectangle.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public bool ShowSubject { get; set; }

Property Value

Type Description
Boolean

True, to display the subject in the flyout; otherwise, false.

Remarks

If the ShowSubject is false, the SchedulerControl.CustomDrawAppointmentFlyoutSubject event does not occur.

Implements

See Also