Intersoft ClientUI Documentation
SortDescriptions Property (PagedCollectionView)



Gets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view.
Syntax
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
Dim instance As PagedCollectionView
Dim value As SortDescriptionCollection
 
value = instance.SortDescriptions
public SortDescriptionCollection SortDescriptions {get;}
public:
property SortDescriptionCollection^ SortDescriptions {
   SortDescriptionCollection^ get();
}

Property Value

A collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view.
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

PagedCollectionView Class
PagedCollectionView Members

Send Feedback