ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridDetailProviderTagHelper Class / IsAnimated Property

In This Topic
    IsAnimated Property (FlexGridDetailProviderTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.IsAnimated. Sets a value that indicates whether to use animation when showing row details.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also