Skip to main content
All docs
V26.1
  • AppointmentEditDialogViewModel<T>.TrackLoad(Action<AppointmentFormController>) Method

    Namespace: DevExpress.Web.ASPxScheduler.Dialogs

    Assembly: DevExpress.Web.ASPxScheduler.v26.1.dll

    Declaration

    public void TrackLoad(
        Action<AppointmentFormController> loadAction
    )

    Parameters

    Name Type
    loadAction Action<DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController>
    See Also