CustomizeAppointmentFlyoutEventArgs.ShowSubject Property
Gets or sets whether to display the Subject rectangle.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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