Skip to main content
All docs
V26.1
  • SchedulerAppointmentTooltipShowingEventArgs(DxSchedulerAppointmentItem) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public SchedulerAppointmentTooltipShowingEventArgs(
        DxSchedulerAppointmentItem appointment
    )

    Parameters

    Name Type Description
    appointment DxSchedulerAppointmentItem

    An appointment whose tooltip is showing.

    See Also