Class CustomSortList
Represents a custom sort list.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CustomSortList : NotifyPropertyChangedBase, INotifyPropertyChanged
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. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |