Skip to main content
All docs
V26.1
  • AppointmentFlyoutHtmlElementMouseEventArgs.Appointment Property

    Gets an appointment whose flyout is clicked.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    Declaration

    public Appointment Appointment { get; }

    Property Value

    Type Description
    Appointment

    The appointment whose flyout is clicked.

    See Also