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