Class FilteringPopupControl
Represents popup control containing filtering and sorting options.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FilteringPopupControl : ControlBase
Constructors
FilteringPopupControl()
Initializes a new instance of the Filtering
Declaration
public FilteringPopupControl()
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
SetDataContext(RadWorksheetEditor, CellRange, Int32)
Sets the data context.
Declaration
public void SetDataContext(RadWorksheetEditor worksheetEditor, CellRange filterRange, int columnId)
Parameters
Rad The worksheet editor. |
Telerik. The filter range. |
System. The column id. |