Class
SortingDialogContext

Represents sorting dialog context

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SortingDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextSortingDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

SortingDialogContext(RadSpreadsheet, CellRange)

Initializes a new instance of the SortingDialogContext class.

Declaration

cs-api-definition
public SortingDialogContext(RadSpreadsheet radSpreadsheet, CellRange sortRange)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

sortRange

CellRange

The sort range.

Properties

SortRange

Gets the sort range.

Declaration

cs-api-definition
public CellRange SortRange { get; }

Property Value

CellRange

The sort range.

Methods

ApplySortConditions(IEnumerable<ISortCondition>)

Applies the sort conditions.

Declaration

cs-api-definition
public void ApplySortConditions(IEnumerable<ISortCondition> sortConditions)

Parameters

sortConditions

IEnumerable<ISortCondition>

The sort conditions.

GetSortConditions()

Gets the sort conditions.

Declaration

cs-api-definition
public IEnumerable<ISortCondition> GetSortConditions()

Returns

IEnumerable<ISortCondition>