Data for Silverlight
Sort Property

C1.Silverlight.Data Namespace > DataView Class : Sort Property
Gets or sets a string that specifies the columns used to sort this DataView.
Syntax
'Declaration
 
Public Property Sort As String
public string Sort {get; set;}
Remarks
This property sets the SortDescriptions collection. Was maintained by compatibility.
See Also

Reference

DataView Class
DataView Members