New to Telerik UI for WPFStart a free 30-day trial

Represents custom sort list dialog context.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CustomSortListsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextCustomSortListsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the CustomSortListsDialogContext class.

C#
public CustomSortListsDialogContext(RadSpreadsheet radSpreadsheet, Action<CustomSortList> applySelectedCustomSortListAction)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

applySelectedCustomSortListActionAction<CustomSortList>

The apply selected custom sort list action.

Properties

Gets or sets the is selected custom sort list applied.

C#
public bool IsSelectedCustomSortListApplied { get; set; }
Property Value:

The is selected custom sort list applied.

Methods

Applies the selected custom sort list.

C#
public void ApplySelectedCustomSortList(CustomSortList list)
Parameters:listCustomSortList

The list.