HtmlDxDataGridColumnDescription.

AllowSorting Property

Summary

Gets or sets a value indicating whether a user can sort rows by this column at runtime or not. Default value is true.

Syntax

public bool AllowSorting { get; set; }

Value

Type Description
bool
GitHub