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

Represents a custom sort list.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CustomSortList : NotifyPropertyChangedBase

Inheritance: objectCustomSortList

Constructors

Initializes a new instance of the CustomSortList class.

C#
public CustomSortList(string[] values, bool isReadOnly = false)
Parameters:valuesstring[]

The values.

isReadOnlybool

The is read only.

Properties

Gets the is read only.

C#
public bool IsReadOnly { get; }
Property Value:

The is read only.

Gets the values.

C#
public string[] Values { get; }
Property Value:

The values.

Methods

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

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

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

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.