Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public IEditorsFactory EditorFactory { get; set; }

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