Class
CustomSortList

Represents a custom sort list.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class CustomSortList : NotifyPropertyChangedBase

Inheritance: objectCustomSortList

Constructors

CustomSortList(string[], bool)

Initializes a new instance of the CustomSortList class.

Declaration

cs-api-definition
public CustomSortList(string[] values, bool isReadOnly = false)

Parameters

values

string[]

The values.

isReadOnly

bool

The is read only.

Properties

IsReadOnly

Gets the is read only.

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

The is read only.

Values

Gets the values.

Declaration

cs-api-definition
public string[] Values { get; }

Property Value

string[]

The values.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.