KaxListBoxDataSortField Property |
Gets or sets the sort field in the data source. The sort field must be of numeric type.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DataSortField { get; set; }
Public Property DataSortField As String
Get
Set
public:
property String^ DataSortField {
String^ get ();
void set (String^ value);
}
member DataSortField : string with get, set
Property Value
Type:
StringThe name of the sort field in the data source specified.
Remarks
DataSortField is required for automatic data source updates during reorder.
See Also