Skip to main content

IAppointmentFlyoutData.ShowStatus Property

Gets or sets whether to display the Status value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

bool ShowStatus { get; set; }

Property Value

Type Description
Boolean

True if the Status value is displayed; otherwise, false.

Remarks

The ShowStatus value originates from the CustomizeAppointmentFlyoutEventArgs.ShowStatus value processed in the SchedulerControl.CustomizeAppointmentFlyout event handler.

See Also