Skip to main content

IAppointmentFlyoutData.ShowLocation Property

Gets or sets whether to display the Location value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

bool ShowLocation { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also