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

In This Topic
    Enable Property
    In This Topic
    Configurates C1.Web.Mvc.ChartGestures<T>.Enable. Sets the enable of the ChartGestures.
    Syntax
    'Declaration
     
    Public Property Enable As Boolean
    public bool Enable {get; set;}
    See Also