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

BuilderFactory Class

Namespace: DevExpress.AspNetCore

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

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