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

IAppointmentFlyoutData.ShowSubject Property

Gets or sets whether to display the Subject value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

bool ShowSubject { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also