Click or drag to resize
KaxListViewSortExpressionCollectionAllowMultiFieldSorting Property
If false, the collection can contain only one sort expression at a time. Trying to add a new one in this case will delete the existing expression or will change the sort order if its FiledName is the same.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool AllowMultiFieldSorting { get; set; }

Property Value

Type: Boolean
See Also