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