Intersoft ClientUI Documentation
SortDescriptions Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : SortDescriptions Property






Gets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted in the view.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As SortDescriptionCollection
 
value = instance.SortDescriptions
C# 
public SortDescriptionCollection SortDescriptions {get;}
Delphi 
public read-only property SortDescriptions: SortDescriptionCollection; 
JScript 
public function get SortDescriptions : SortDescriptionCollection
Managed Extensions for C++ 
public: __property SortDescriptionCollection* get_SortDescriptions();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.