ComponentOne ASP.NET MVC Controls
AllowSorting Property (ColumnBase)

C1.Web.Mvc Namespace > ColumnBase Class : AllowSorting Property
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

Reference

ColumnBase Class
ColumnBase Members