Class
CustomSortListsDialogContext

Represents custom sort list dialog context.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class CustomSortListsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextCustomSortListsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

CustomSortListsDialogContext(RadSpreadsheet, Action<CustomSortList>)

Initializes a new instance of the CustomSortListsDialogContext class.

Declaration

cs-api-definition
public CustomSortListsDialogContext(RadSpreadsheet radSpreadsheet, Action<CustomSortList> applySelectedCustomSortListAction)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

applySelectedCustomSortListAction

Action<CustomSortList>

The apply selected custom sort list action.

Properties

IsSelectedCustomSortListApplied

Gets or sets the is selected custom sort list applied.

Declaration

cs-api-definition
public bool IsSelectedCustomSortListApplied { get; set; }

Property Value

bool

The is selected custom sort list applied.

Methods

ApplySelectedCustomSortList(CustomSortList)

Applies the selected custom sort list.

Declaration

cs-api-definition
public void ApplySelectedCustomSortList(CustomSortList list)

Parameters

list

CustomSortList

The list.