Skip to main content
.NET 6.0+

CustomizeViewShortcutArgs Class

Arguments passed to the View.CustomizeViewShortcut event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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