Skip to main content
All docs
V26.1
  • ControllersCreatingEventArgs.FilterByView Property

    Specifies whether to optimize the created controllers.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public bool FilterByView { get; set; }

    Property Value

    Type Description
    Boolean

    true to optimize the created controllers; otherwise, false.

    See Also