Class CustomSortListsProvider
Represents custom sort lists provider.
Inheritance
System.Object
    CustomSortListsProvider
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class CustomSortListsProvider
  Properties
CustomSortLists
Gets or sets the custom sort lists.
Declaration
public static ObservableCollection<CustomSortList> CustomSortLists { get; }
  Property Value
| 
        System.Collections.ObjectModel.ObservableCollection<CustomSortList>
         The custom sort lists.  | 
    
Methods
Add(String[])
Adds new list.
Declaration
public static void Add(string[] values)
  Parameters
| 
        System.String[]
        values
         The values.  | 
    
AddReadOnly(String[])
Adds new ReadOnly list.
Declaration
public static void AddReadOnly(string[] values)
  Parameters
| 
        System.String[]
        values
         The values.  | 
    
Remove(Int32)
Removes the element at the specified index.
Declaration
public static void Remove(int index)
  Parameters
| 
        System.Int32
        index
         The index.  |