Xceed DataGrid for Silverlight Documentation
SortDirection Property


Gets or sets a value indicating the direction in which the values contained in the column are sorted.
Syntax
'Declaration
 
Public Property SortDirection As SortDirection
'Usage
 
Dim instance As Column
Dim value As SortDirection
 
instance.SortDirection = value
 
value = instance.SortDirection
public SortDirection SortDirection {get; set;}

Property Value

A SortDirection value indicating the direction in which the values contained in the column are sorted.
Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback