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. The is popup open. |
Methods
ProcessKey(KeyEventArgs)
Processes the key.
Declaration
void ProcessKey(KeyEventArgs keys)
Parameters
System. The System. |