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

In This Topic
    IsDisabled Property (FlexGridGroupPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.IsDisabled. Sets a value that determines whether the control is disabled.
    Syntax
    'Declaration
     
    Public Property IsDisabled As Boolean
    public bool IsDisabled {get; set;}
    Remarks
    Disabled controls cannot get mouse or keyboard events.
    See Also