Xceed DataGrid for Silverlight Documentation
SortBindingInfo Property


Gets or sets the name of the sub-property whose values will be used to sort the cells in the column.
Syntax
'Declaration
 
Public Property SortBindingInfo As String
'Usage
 
Dim instance As Column
Dim value As String
 
instance.SortBindingInfo = value
 
value = instance.SortBindingInfo
public string SortBindingInfo {get; set;}

Property Value

A string representing the name of the sub-property whose values will be used to sort the cells in the column.

For example, if the column is bound to an "Address" field, the SortBindingInfo property might be set to "StreetName" in order to sort the "Address" column by street name rather than the Address object.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Column Class
Column Members

Send Feedback