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 Custom
Declaration
public CustomSortListsDialogContext(RadSpreadsheet radSpreadsheet, Action<CustomSortList> applySelectedCustomSortListAction)
Parameters
Rad The RadSpreadsheet. |
System. 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. The is selected custom sort list applied. |
Methods
ApplySelectedCustomSortList(CustomSortList)
Applies the selected custom sort list.
Declaration
public void ApplySelectedCustomSortList(CustomSortList list)
Parameters
Custom The list. |