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
Constructors
Initializes a new instance of the CustomSortListsDialogContext class.
C#
public CustomSortListsDialogContext(RadSpreadsheet radSpreadsheet, Action<CustomSortList> applySelectedCustomSortListAction)
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; }
The is selected custom sort list applied.
Methods
Applies the selected custom sort list.
C#
public void ApplySelectedCustomSortList(CustomSortList list)
The list.