Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewShortcut.Empty Property

OBSOLETE

Use the IsEmpty property to check if the shortcut is empty and the ViewShortcut() constructor to create an empty shortcut

Provides access to an empty View Shortcut which can be used for comparison purposes.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
[Obsolete("Use the IsEmpty property to check if the shortcut is empty and the ViewShortcut() constructor to create an empty shortcut")]
public static ViewShortcut Empty { get; }

Property Value

Type Description
ViewShortcut

A new ViewShortcut object.

Remarks

This property is now obsolete. Use the IsEmpty property to check if the shortcut is empty, and the ViewShortcut() constructor to create an empty shortcut.

See Also