Class CustomSortListsDialogContext
Represents custom sort list dialog context.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CustomSortListsDialogContext : RadSpreadsheetDialogContext
Constructors
CustomSortListsDialogContext(RadSpreadsheet, Action<CustomSortList>)
Initializes a new instance of the CustomSortListsDialogContext class.
Declaration
public CustomSortListsDialogContext(RadSpreadsheet radSpreadsheet, Action<CustomSortList> applySelectedCustomSortListAction)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
System.Action<CustomSortList>
applySelectedCustomSortListAction
The apply selected custom sort list action. |
Properties
IsSelectedCustomSortListApplied
Gets or sets the is selected custom sort list applied.
Declaration
public bool IsSelectedCustomSortListApplied { get; set; }
Property Value
System.Boolean
The is selected custom sort list applied. |
Methods
ApplySelectedCustomSortList(CustomSortList)
Applies the selected custom sort list.
Declaration
public void ApplySelectedCustomSortList(CustomSortList list)
Parameters
CustomSortList
list
The list. |