Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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