ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / AllowSorting Property

In This Topic
    AllowSorting Property (TransposedGridRowBase)
    In This Topic
    Gets or sets whether the user can sort this column by clicking its header.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AllowSorting As Boolean
    [DefaultValue(true)]
    public bool AllowSorting {get; set;}
    See Also