LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

SortOrder Enumeration






Specifies how items in a ImageList are sorted. .NET support Silverlight support
Syntax
'Declaration
 
Public Enum SortOrder 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SortOrder
Leadtools.Windows.Controls.SortOrder = function() { };
Leadtools.Windows.Controls.SortOrder.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class SortOrder : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Ascending

Sort the items in the list in ascending order based on their IImageListItem.Text values.

Descending

Sort the items in the list in descending order based on their IImageListItem.Text values.

None

Unsort the items in the list back to the order they were added. This is not supported in the Silverlight version of this control and calling the ImageList.Sort method with this value will not change the order of the items in the list.

Remarks

The SortOrder enumerations is used with the ImageList.Sort method to sort the items in the list. The ImageList control will use each item's IImageListItem.Text property to determine its position in the list.

Example

For C#/VB examples, refer to ImageList.Sort.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.SortOrder

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

Leadtools.Windows.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.