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

CustomizeAppointmentFlyoutEventArgs.ShowStartDate Property

Gets or sets whether to display the Start information.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public bool ShowStartDate { get; set; }

Property Value

Type Description
Boolean

True, to display the Start information in the flyout; otherwise, false.

Implements

See Also