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.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. |