Skip to main content
A newer version of this page is available. .

ViewShortcut.HasViewParameters Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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