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

IAppointmentFlyoutData.ShowEndDate Property

Gets or sets whether to display the End value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

bool ShowEndDate { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also