Back to Devexpress

IModelCommonMemberViewItem.PropertyEditorTypes Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-0c38c210.md

latest1.5 KB
Original Source

IModelCommonMemberViewItem.PropertyEditorTypes Property

Specifies the possible Property Editors that can be used for the current property in a UI.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
IEnumerable<Type> PropertyEditorTypes { get; }
vb
<Browsable(False)>
ReadOnly Property PropertyEditorTypes As IEnumerable(Of Type)

Property Value

TypeDescription
IEnumerable<Type>

An IEnumerable<Type> collection representing the possible Property Editors that can be used for the current property in a UI.

|

See Also

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace