GrapeCity MultiRow Windows Forms Documentation
SortOrder Property (SortItem)


Gets or sets a value that indicates the sort order.
Syntax
Public Property SortOrder As SortOrder
Dim instance As SortItem
Dim value As SortOrder
 
instance.SortOrder = value
 
value = instance.SortOrder
public SortOrder SortOrder {get; set;}

Property Value

One of the System.Windows.Forms.SortOrder values that indicates the sort order. The default is System.Windows.Forms.SortOrder.Ascending.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not a valid System.Windows.Forms.SortOrder value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SortItem Class
SortItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.