Skip to main content
.NET 6.0+

EditorDescriptorsFactory.List Property

Gets the list of registered editor descriptors.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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