ImageGear for .NET
SortComparer Property (ImGearThumbnailCtl)




Gets or sets IComparer used when Sort property is set to "UserSort". User should provide a class implementing IComparer interface for custom sorting.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute()>
Public Property SortComparer As IComparer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As IComparer
 
instance.SortComparer = value
 
value = instance.SortComparer
[BrowsableAttribute(false)]
[DescriptionAttribute()]
public IComparer SortComparer {get; set;}
[BrowsableAttribute(false)]
[DescriptionAttribute()]
public: __property IComparer* get_SortComparer();
public: __property void set_SortComparer( 
   IComparer* value
);
[BrowsableAttribute(false)]
[DescriptionAttribute()]
public:
property IComparer^ SortComparer {
   IComparer^ get();
   void set (    IComparer^ value);
}

Property Value

System.Collections.IComparer class object.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback