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

CustomizeAppointmentFlyoutEventArgs.End Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

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

Implements

See Also