Class SortingDialogContext
Represents sorting dialog context
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SortingDialogContext : RadSpreadsheetDialogContext
Constructors
SortingDialogContext(RadSpreadsheet, CellRange)
Initializes a new instance of the SortingDialogContext class.
Declaration
public SortingDialogContext(RadSpreadsheet radSpreadsheet, CellRange sortRange)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
sortRange
The sort range. |
Properties
SortRange
Gets the sort range.
Declaration
public CellRange SortRange { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
The sort range. |
Methods
ApplySortConditions(IEnumerable<ISortCondition>)
Applies the sort conditions.
Declaration
public void ApplySortConditions(IEnumerable<ISortCondition> sortConditions)
Parameters
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Spreadsheet.Model.Sorting.ISortCondition>
sortConditions
The sort conditions. |
GetSortConditions()
Gets the sort conditions.
Declaration
public IEnumerable<ISortCondition> GetSortConditions()
Returns
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Spreadsheet.Model.Sorting.ISortCondition>
|