Skip to main content
All docs
V25.2
  • WinApplication.CreateBuilder(Action<IWinApplicationBuilderOptions>) Method

    Creates an application builder object that you can use to customize the application options.

    Namespace: DevExpress.ExpressApp.Win

    Assembly: DevExpress.ExpressApp.Win.v25.2.dll

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    public static IWinApplicationBuilder CreateBuilder(
        Action<IWinApplicationBuilderOptions> configureWinApplicationBuilderOptions = null
    )

    Optional Parameters

    Name Type Default Description
    configureWinApplicationBuilderOptions Action<DevExpress.ExpressApp.Win.ApplicationBuilder.IWinApplicationBuilderOptions> null

    A delegate used to configure application builder options.

    Returns

    Type Description
    IWinApplicationBuilder

    An application builder object.

    The following code snippets (auto-collected from DevExpress Examples) contain references to the CreateBuilder(Action<IWinApplicationBuilderOptions>) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also