ViewShortcut.IsEmpty Property
Checks whether the shortcut is empty.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the shortcut is empty; otherwise, false. |
Remarks
To create an empty shortcut, use the ViewShortcut() constructor.
See Also