CustomizeAppointmentFlyoutEventArgs.ShowStatus Property
Gets or sets whether to display the status line.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, to display the status line in the flyout’s Subject rectangle; otherwise, false. |
Remarks
If the ShowStatus is false, the status line in the Subject rectangle is not shown. However, you can display it by calling the CustomDrawAppointmentFlyoutSubjectEventArgs.DrawStatusDefault method in the SchedulerControl.CustomDrawAppointmentFlyoutSubject event handler.
Implements
See Also