ViewShortcut.HasViewParameters Property
Indicates whether the ViewShortcut.ObjectClassName or ViewShortcut.ViewId property is set.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if ObjectClassName or ViewId is not null or empty; otherwise, false. |
Remarks
Generally, you do not need to use this method, as it is intended for internal use.
See Also