Class
CustomSortListsProvider

Represents custom sort lists provider.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public static class CustomSortListsProvider

Inheritance: objectCustomSortListsProvider

Properties

CustomSortLists

Gets or sets the custom sort lists.

Declaration

cs-api-definition
public static ObservableCollection<CustomSortList> CustomSortLists { get; }

Property Value

ObservableCollection<CustomSortList>

The custom sort lists.

Methods

Add(string[])

Adds new list.

Declaration

cs-api-definition
public static void Add(string[] values)

Parameters

values

string[]

The values.

AddReadOnly(string[])

Adds new ReadOnly list.

Declaration

cs-api-definition
public static void AddReadOnly(string[] values)

Parameters

values

string[]

The values.

Remove(int)

Removes the element at the specified index.

Declaration

cs-api-definition
public static void Remove(int index)

Parameters

index

int

The index.