XafApplication.EditorFactory Property
In This Article
Provides access to the application’s Editors Factory, which is used to load View Items and List Editors to the Application Model and create them when needed.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An IEditors |
#Remarks
Generally, you do not need to use this property. It is for internal use only.
See Also