Interface IGridFilterPopupInteraction
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IGridFilterPopupInteraction
Properties
IsPopupOpen
Gets whether the popup is opened.
Declaration
bool IsPopupOpen { get; }
Property Value
System.Boolean
The is popup open. |
Methods
ProcessKey(KeyEventArgs)
Processes the key.
Declaration
void ProcessKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The System.Windows.Forms.KeyEventArgs instance containing the event data. |