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 Custom
Declaration
public CustomSortList(string[] values, bool isReadOnly = false)
Parameters
System. The values. |
System. The is read only. |
Properties
IsReadOnly
Gets the is read only.
Declaration
public bool IsReadOnly { get; }
Property Value
System. The is read only. |
Values
Gets the values.
Declaration
public string[] Values { get; }
Property Value
System. The values. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |