ViewItem(Type, String) Constructor
Creates a new instance of the ViewItem class.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | A Type object specifying the type of object for which the current View Item’s View is created. |
id | String | A string specifying the identifier of the View Item. |
See Also