Intersoft ClientUI Documentation
SortComparison Property (Region)



Gets or sets the comparison used to sort the views.
Syntax
Public Property SortComparison As Comparison(Of Object)
Dim instance As Region
Dim value As Comparison(Of Object)
 
instance.SortComparison = value
 
value = instance.SortComparison
public Comparison<object> SortComparison {get; set;}
public:
property Comparison<Object^>^ SortComparison {
   Comparison<Object^>^ get();
   void set (    Comparison<Object^>^ value);
}

Property Value

The comparison to use.
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

Region Class
Region Members

Send Feedback