ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / AllowSorting Property

In This Topic
    AllowSorting Property (Cell)
    In This Topic
    Gets or sets whether the user can sort this column by clicking its header.
    Syntax
    'Declaration
     
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    See Also