Skip to main content

SchedulerCustomShortcutCollection.Remove(String) Method

Removes an item from the collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public void Remove(
    string shortcut
)

Parameters

Name Type Description
shortcut String

A string specifying the keyboard combination associated with the shortcut that should be removed from the collection.

See Also