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

CustomizeAppointmentFlyoutEventArgs.ShowStatus Property

Gets or sets whether to display the status line.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

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

Declaration

public bool ShowStatus { get; set; }

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