Class CustomSortList
Represents a custom sort list.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CustomSortList : NotifyPropertyChangedBase
Constructors
CustomSortList(String[], Boolean)
Initializes a new instance of the CustomSortList class.
Declaration
public CustomSortList(string[] values, bool isReadOnly = false)
Parameters
System.String[]
values
The values. |
System.Boolean
isReadOnly
The is read only. |
Properties
IsReadOnly
Gets the is read only.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
The is read only. |
Values
Gets the values.
Declaration
public string[] Values { get; }
Property Value
System.String[]
The values. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |