Class FilteringPopupControl
Represents popup control containing filtering and sorting options.
Inheritance
System.Object
FilteringPopupControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FilteringPopupControl : ControlBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
FilteringPopupControl()
Initializes a new instance of the FilteringPopupControl class.
Declaration
public FilteringPopupControl()
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDropDownButton()
Declaration
protected virtual RadArrowButtonElement CreateDropDownButton()
Returns
RadArrowButtonElement
|
CreateFilterMenu()
Declaration
protected virtual RadSizableDropDownMenu CreateFilterMenu()
Returns
RadSizableDropDownMenu
|
PopulateFilterMenu(RadSizableDropDownMenu)
Declaration
protected virtual void PopulateFilterMenu(RadSizableDropDownMenu menu)
Parameters
RadSizableDropDownMenu
menu
|
SetDataContext(RadWorksheetEditor, CellRange, Int32)
Sets the data context.
Declaration
public void SetDataContext(RadWorksheetEditor worksheetEditor, CellRange filterRange, int columnId)
Parameters
RadWorksheetEditor
worksheetEditor
The worksheet editor. |
CellRange
filterRange
The filter range. |
System.Int32
columnId
The column id. |