Class SortingDialogContext
Represents sorting dialog context
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SortingDialogContext : RadSpreadsheetDialogContext
Constructors
SortingDialogContext(RadSpreadsheetElement, CellRange)
Initializes a new instance of the SortingDialogContext class.
Declaration
public SortingDialogContext(RadSpreadsheetElement radSpreadsheetElement, CellRange sortRange)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheet. |
CellRange
sortRange
The sort range. |
Properties
SortRange
Gets the sort range.
Declaration
public CellRange SortRange { get; }
Property Value
CellRange
The sort range. |
Methods
ApplySortConditions(IEnumerable<ISortCondition>)
Applies the sort conditions.
Declaration
public void ApplySortConditions(IEnumerable<ISortCondition> sortConditions)
Parameters
System.Collections.Generic.IEnumerable<ISortCondition>
sortConditions
The sort conditions. |
GetSortConditions()
Gets the sort conditions.
Declaration
public IEnumerable<ISortCondition> GetSortConditions()
Returns
System.Collections.Generic.IEnumerable<ISortCondition>
|