Skip to main content

SchedulerControl.OptionsFlyout Property

Provides access to the Appointment Flyout options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentFlyoutOptions OptionsFlyout { get; }

Property Value

Type Description
AppointmentFlyoutOptions

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

See Also