Class RadSimpleListFilterPopup
Represents a filter popup that displays the distinct values in a simple list.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RadSimpleListFilterPopup : BaseFilterPopup, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl, IGridFilterPopup, IDisposable, IGridFilterPopupInteraction
Constructors
RadSimpleListFilterPopup(GridViewDataColumn)
Initializes a new instance of the Rad
Declaration
public RadSimpleListFilterPopup(GridViewDataColumn dataColumn)
Parameters
Grid The data column. |
Properties
IsPopupOpen
Gets whether the popup is opened.
Declaration
public bool IsPopupOpen { get; }
Property Value
System. True if the popup is opened. |
Implements
ListMenuItem
Gets the menu item that holds the list control
Declaration
public FilterMenuListItem ListMenuItem { get; }
Property Value
Methods
CreateGeneralMenuItems()
Creates the general menu items.
Declaration
protected virtual void CreateGeneralMenuItems()
CreateValueListElement()
Creates the value list element.
Declaration
protected virtual void CreateValueListElement()
Dispose(Boolean)
Releases the unmanaged resources used by the System.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Overrides
InitializeElements()
Initializes the elements.
Declaration
protected virtual void InitializeElements()
ListItemScrollTo(Int32)
The List is scrolled with the specified delta.
Declaration
public void ListItemScrollTo(int delta)
Parameters
System. The delta. |
OnFilterMenuItemClick(Object, EventArgs)
Called when a filter menu item is clicked.
Declaration
protected virtual void OnFilterMenuItemClick(object sender, EventArgs e)
Parameters
System. The sender. |
System. The System. |
OnListSelectedIndexChanged(PositionChangedEventArgs)
Raises the List
Declaration
protected virtual void OnListSelectedIndexChanged(PositionChangedEventArgs e)
Parameters
Position The Position |
OnMouseWheel(Control, Int32)
Determines whether the MouseWheel event is handled by the popup.
Declaration
public override bool OnMouseWheel(Control target, int delta)
Parameters
System.
|
System.
|
Returns
System.
|
Overrides
OnPopupOpened()
Fires when the popup is opened.
Declaration
protected override void OnPopupOpened()
Overrides
OnSimpleListPopupOpened(EventArgs)
Raises the Simple
Declaration
protected virtual void OnSimpleListPopupOpened(EventArgs e)
Parameters
System. The System. |
OnSizeChanged(EventArgs)
Raises the System.
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
System. An System. |
ProcessKey(KeyEventArgs)
Processes the key.
Declaration
public void ProcessKey(KeyEventArgs keys)
Parameters
System. The System. |
Implements
SetListSelection()
Sets the list selection.
Declaration
protected virtual void SetListSelection()
SetTheme(String)
Sets the theme.
Declaration
public override void SetTheme(string themeName)
Parameters
System. Name of the theme. |