ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / UseAccessibleHeader Property

In This Topic
    UseAccessibleHeader Property
    In This Topic
    Gets or sets a value indicating whether a C1GridView control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices.
    Syntax
    'Declaration
     
    Public Overridable Property UseAccessibleHeader As System.Boolean
    public virtual System.bool UseAccessibleHeader {get; set;}
    See Also