EditorDescriptorsFactory.List Property
Gets the list of registered editor descriptors.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
List<DevExpress.ExpressApp.Editors.EditorDescriptor> | A List<DevExpress.ExpressApp.Editors.EditorDescriptor> list of registered editor descriptors. |
See Also