ViewShortcut.ObjectClassName Property
Specifies the fully qualified type name of the object(s) displayed by the View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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