ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / AriaLabel Property

In This Topic
    AriaLabel Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AriaLabel. Sets the aria label property of cells host.
    Syntax
    'Declaration
     
    Public Overridable Property AriaLabel As String
    public virtual string AriaLabel {get; set;}
    See Also