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

CustomizeViewShortcutArgs Class

Arguments passed to the View.CustomizeViewShortcut event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public class CustomizeViewShortcutArgs :
    EventArgs

Remarks

The CustomizeViewShortcut event occurs when a View Shortcut is created for a View. Handle this event, to customize the View Shortcut.

Inheritance

Object
EventArgs
CustomizeViewShortcutArgs
See Also