ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / Async Property

In This Topic
    Async Property
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.Async. Sets a value that determines whether view updates should be generated asynchronously.
    Syntax
    'Declaration
     
    Public Property Async As Boolean
    public bool Async {get; set;}
    Remarks
    This property is set to true by default, so summaries over large data sets are performed asynchronously to prevent stopping the UI thread.
    See Also