ClassCustomSortListsDialogContext
Class
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
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
The RadSpreadsheet.
applySelectedCustomSortListAction
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
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
The list.