Skip to main content
.NET 6.0+

ViewShortcut.ObjectClassName Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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