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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool AllowMultiFieldSorting { get; set; }
Public Property AllowMultiFieldSorting As Boolean
Get
Set
public:
property bool AllowMultiFieldSorting {
bool get ();
void set (bool value);
}
member AllowMultiFieldSorting : bool with get, set
Property Value
Type:
BooleanSee Also