Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EditorDescriptorsFactory.List Property

Gets the list of registered editor descriptors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public List<EditorDescriptor> List { get; }

Property Value

Type Description
List<DevExpress.ExpressApp.Editors.EditorDescriptor>

A List<DevExpress.ExpressApp.Editors.EditorDescriptor> list of registered editor descriptors.

See Also