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

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

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public AppointmentFlyoutShowingEventArgs(
        IAppointmentFlyoutData flyoutData,
        HtmlTemplate htmlTemplate = null
    )

    Parameters

    Name Type
    flyoutData IAppointmentFlyoutData

    Optional Parameters

    Name Type Default
    htmlTemplate HtmlTemplate null
    See Also