Intersoft ClientUI Documentation
SortDescriptorCollection Class
Members  See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace : SortDescriptorCollection Class






Represent collection of sort descriptor.

Object Model

SortDescriptorCollection Class

Syntax

Visual Basic (Declaration) 
Public Class SortDescriptorCollection 
   Inherits Intersoft.Client.Data.ComponentModel.ObservableItemCollection(Of SortDescriptor)
   Implements INotifyItemChanged 
Visual Basic (Usage)Copy Code
Dim instance As SortDescriptorCollection
Delphi 
public class SortDescriptorCollection = class(Intersoft.Client.Data.ComponentModel.ObservableItemCollection, INotifyItemChanged)
JScript 
public class SortDescriptorCollection extends Intersoft.Client.Data.ComponentModel.ObservableItemCollection implements INotifyItemChanged 
Managed Extensions for C++ 
public __gc class SortDescriptorCollection : public Intersoft.Client.Data.ComponentModel.ObservableItemCollection<SortDescriptor>, INotifyItemChanged  
C++/CLI 
public ref class SortDescriptorCollection : public Intersoft.Client.Data.ComponentModel.ObservableItemCollection<SortDescriptor>, INotifyItemChanged  

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.Data.ComponentModel.ObservableItemCollection<T>
            Intersoft.Client.Data.ComponentModel.SortDescriptorCollection

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.