Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / SortDirectionCycleCollection Class
Members


In This Topic
    SortDirectionCycleCollection Class
    In This Topic
    Object Model
    SortDirectionCycleCollection ClassSortDirection Enumeration
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class SortDirectionCycleCollection 
       Inherits System.Collections.ObjectModel.Collection(Of SortDirection)
    'Usage
     
    Dim instance As SortDirectionCycleCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class SortDirectionCycleCollection : System.Collections.ObjectModel.Collection<SortDirection> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          Xceed.Wpf.DataGrid.SortDirectionCycleCollection

    Public Constructors
    Public Properties
    Protected Properties
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected Method  
    Protected Method  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public Event  
    Public Event  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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