Skip to main content

CustomizeAppointmentFlyoutEventArgs.Start Property

Gets or sets the DateTime value displayed after the Start text label.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DateTime Start { get; set; }

Property Value

Type Description
DateTime

A DateTime value whose default value equals the Appointment.Start property.

Implements

See Also