Skip to main content
All docs
V26.1
  • ControllersCreatingEventArgs(View, Boolean) Constructor

    Initializes a new instance of the ControllersCreatingEventArgs class with specified settings.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public ControllersCreatingEventArgs(
        View view,
        bool filterByView
    )

    Parameters

    Name Type Description
    view View

    The current View.

    filterByView Boolean

    true to optimize the created controllers; otherwise, false.

    See Also