Skip to main content
.NET 6.0+

ViewShortcut.HasViewParameters Property

Indicates whether the ViewShortcut.ObjectClassName or ViewShortcut.ViewId property is set.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool HasViewParameters { get; }

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