Skip to main content

IAppointmentFlyoutData.Location Property

Gets or sets the Location value displayed in the appointment flyout.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

string Location { get; set; }

Property Value

Type Description
String

A String value that originates from the Appointment.Location value.

Remarks

The Location value originates from the Appointment.Location value of the appointment whose information the flyout displays. The value is passed to the SchedulerControl.CustomizeAppointmentFlyout event handler and can be modified if the CustomizeAppointmentFlyoutEventArgs.Location property changes. After that, it goes into the SchedulerControl.AppointmentFlyoutShowing event handler.

See Also