Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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