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 Top
Declaration
public TopFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int index)
Parameters
Rad The RadWorksheet editor. |
System. The index. |
Properties
ItemsPercent
Gets the items / percent drop down menu choice.
Declaration
public ItemsPercentFilterType ItemsPercent { get; }
Property Value
Items The items / percent drop down menu choice. |
RelativeColumnIndex
Gets the relative index of the column.
Declaration
public int RelativeColumnIndex { get; }
Property Value
System. The relative index of the column. |
TopBottom
Gets the top / bottom drop down menu choice.
Declaration
public TopBottomFilterType TopBottom { get; }
Property Value
Top The top / bottom drop down menu choice. |
Value
Gets the value.
Declaration
public int Value { get; }
Property Value
System. The value. |
Methods
ApplyFilter(TopFilter)
Applies the filter.
Declaration
public void ApplyFilter(TopFilter newFilter)
Parameters
Telerik. The new filter. |