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

IAppointmentFlyoutData.ShowStartDate Property

Gets or sets whether to display the Start value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

bool ShowStartDate { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also