SortingDialogContext
Class
Represents sorting dialog context
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class SortingDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextSortingDialogContext
Inherited Members
Constructors
Initializes a new instance of the SortingDialogContext class.
C#
public SortingDialogContext(RadSpreadsheet radSpreadsheet, CellRange sortRange)
The RadSpreadsheet.
sortRangeCellRangeThe sort range.
Properties
SortRange
CellRange
Gets the sort range.
C#
public CellRange SortRange { get; }
The sort range.
Methods
Applies the sort conditions.
C#
public void ApplySortConditions(IEnumerable<ISortCondition> sortConditions)
The sort conditions.
GetSortConditions()
IEnumerable<ISortCondition>
Gets the sort conditions.