Skip to main content
All docs
V26.1
  • AppointmentFlyoutShowingEventArgs(IAppointmentFlyoutData, HtmlTemplate) Constructor

    Initializes a new instance of the AppointmentFlyoutShowingEventArgs class with specified settings.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    Declaration

    public AppointmentFlyoutShowingEventArgs(
        IAppointmentFlyoutData flyoutData,
        HtmlTemplate htmlTemplate = null
    )

    Parameters

    Name Type
    flyoutData IAppointmentFlyoutData

    Optional Parameters

    Name Type Default
    htmlTemplate HtmlTemplate null
    See Also