ClassTopFilterDialogContext
Represents the context of the top filter dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class TopFilterDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextTopFilterDialogContext
Inherited Members
Constructors
TopFilterDialogContext(RadWorksheetEditor, int)
Initializes a new instance of the TopFilterDialogContext class.
Declaration
public TopFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int index)
Parameters
radWorksheetEditor
The RadWorksheet editor.
index
The index.
Properties
ItemsPercent
Gets the items / percent drop down menu choice.
Declaration
public ItemsPercentFilterType ItemsPercent { get; }
Property Value
The items / percent drop down menu choice.
RelativeColumnIndex
Gets the relative index of the column.
Declaration
public int RelativeColumnIndex { get; }
Property Value
The relative index of the column.
TopBottom
Gets the top / bottom drop down menu choice.
Declaration
public TopBottomFilterType TopBottom { get; }
Property Value
The top / bottom drop down menu choice.
Methods
ApplyFilter(TopFilter)
Applies the filter.
Declaration
public void ApplyFilter(TopFilter newFilter)
Parameters
newFilter
TopFilter
The new filter.