IModelMemberViewItem.Views Property
Specifies the possible Views that can be displayed by a Property Editor.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
DevExpress.ExpressApp.Model.IModelList<IModelView> | An IModelList<IModelView> object representing a collection of the Views that can be displayed by a Property Editor. |
See Also