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

ViewShortcut.ObjectClassName Property

Specifies the fully qualified type name of the object(s) displayed by the View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string ObjectClassName { get; set; }

Property Value

Type Description
String

A string specifying the fully qualified type name of the object(s) displayed by the View.

Remarks

This property provides access to the value corresponding to the ViewShortcut.ObjectClassNameParamName key in the current ViewShortcut.

See Also