Skip to main content
A newer version of this page is available. .

SchedulerCustomShortcutCollection(ASPxScheduler) Constructor

Initializes a new instance of the SchedulerCustomShortcutCollection class with the specified owner.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public SchedulerCustomShortcutCollection(
    ASPxScheduler editor
)

Parameters

Name Type Description
editor ASPxScheduler

An ASPxScheduler object that is the owner of the created object.

See Also