Skip to main content
A newer version of this page is available. .

BuilderFactory Class

Provides access to ASP.NET Core controls.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Common.v21.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public class BuilderFactory

The following members return BuilderFactory objects:

Remarks

The code below demonstrates how you can use this class to create and configure a Rich Edit control.

@(Html.DevExpress()
    .RichEdit("richEdit")
    .Open("Example.docx"))

Inheritance

See Also