Interface IGridFilterPopup
Inherited Members
System.IDisposable.Dispose()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IGridFilterPopup : IDisposable
Properties
FilterDescriptor
Gets or sets the filter descriptor.
Declaration
FilterDescriptor FilterDescriptor { get; set; }
Property Value
FilterDescriptor
The filter descriptor. |
Methods
Show(Point)
Shows the specified location.
Declaration
void Show(Point location)
Parameters
System.Drawing.Point
location
The location. |
Events
FilterConfirmed
Declaration
event EventHandler FilterConfirmed
Event Type
System.EventHandler
|