XafApplication.EditorFactory Property
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.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
DevExpress.ExpressApp.Editors.IEditorsFactory | An IEditorsFactory object that represents the current application’s Editors Factory. |
Remarks
Generally, you do not need to use this property. It is for internal use only.
See Also