Skip to main content
A newer version of this page is available. .

EditorDescriptorsFactory.List Property

Gets the list of registered editor descriptors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public List<EditorDescriptor> List { get; }

Property Value

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

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

See Also