Skip to main content

CustomizeAppointmentFlyoutEventArgs.ShowSubject Property

Gets or sets whether to display the Subject rectangle.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: 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