New to Telerik UI for WPFStart a free 30-day trial

Represents custom sort lists provider.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public static class CustomSortListsProvider

Inheritance: objectCustomSortListsProvider

Properties

Gets or sets the custom sort lists.

C#
public static ObservableCollection<CustomSortList> CustomSortLists { get; }
Property Value:

The custom sort lists.

Methods

Adds new list.

C#
public static void Add(string[] values)
Parameters:valuesstring[]

The values.

Adds new ReadOnly list.

C#
public static void AddReadOnly(string[] values)
Parameters:valuesstring[]

The values.

Removes the element at the specified index.

C#
public static void Remove(int index)
Parameters:indexint

The index.