Intersoft ClientUI Documentation
SortComparison Property (IRegion)



Gets or sets the comparison used to sort the views.
Syntax
Property SortComparison As Comparison(Of Object)
Dim instance As IRegion
Dim value As Comparison(Of Object)
 
instance.SortComparison = value
 
value = instance.SortComparison
Comparison<object> SortComparison {get; set;}
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

IRegion Interface
IRegion Members

Send Feedback