ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / HeadersFocusability Property

In This Topic
    HeadersFocusability Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether the row and column headers are focusable.
    Syntax
    'Declaration
     
    Public Overridable Property HeadersFocusability As HeadersFocusability
    public virtual HeadersFocusability HeadersFocusability {get; set;}
    See Also