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

SchedulerControl.OptionsFlyout Property

Provides access to the Appointment Flyout options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentFlyoutOptions OptionsFlyout { get; }

Property Value

Type Description
AppointmentFlyoutOptions

A AppointmentFlyoutOptions object containing options which determine the appointment flyout appearance.

See Also