Click or drag to resize
KaxListBoxDataSortField Property
Gets or sets the sort field in the data source. The sort field must be of numeric type.

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

Property Value

Type: String
The name of the sort field in the data source specified.
Remarks
DataSortField is required for automatic data source updates during reorder.
See Also