ClassFilteringPopupControl
Class
Represents popup control containing filtering and sorting options.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class FilteringPopupControl : ControlBase
Inheritance: objectControlBaseFilteringPopupControl
Inherited Members
Constructors
FilteringPopupControl()
Initializes a new instance of the FilteringPopupControl class.
Declaration
cs-api-definition
public FilteringPopupControl()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
SetDataContext(RadWorksheetEditor, CellRange, int)
Sets the data context.
Declaration
cs-api-definition
public void SetDataContext(RadWorksheetEditor worksheetEditor, CellRange filterRange, int columnId)
Parameters
worksheetEditor
The worksheet editor.
filterRange
CellRange
The filter range.
columnId
The column id.