Back to Devexpress

XafApplication.EditorFactory Property

expressappframework-devexpress-dot-expressapp-dot-xafapplication-cfe0c4e6.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public IEditorsFactory EditorFactory { get; set; }
vb
<Browsable(False)>
Public Property EditorFactory As IEditorsFactory

Property Value

TypeDescription
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

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace