Interface
IGridFilterPopup

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public interface IGridFilterPopup : IDisposable

Inherited Members IDisposable.Dispose()

Properties

FilterDescriptor

Gets or sets the filter descriptor.

Declaration

cs-api-definition
FilterDescriptor FilterDescriptor { get; set; }

Property Value

FilterDescriptor

The filter descriptor.

Methods

Show(Point)

Shows the specified location.

Declaration

cs-api-definition
void Show(Point location)

Parameters

location

Point

The location.

Events

FilterConfirmed

Declaration

cs-api-definition
event EventHandler FilterConfirmed

Event Value

EventHandler

PopupClosed

Declaration

cs-api-definition
event RadPopupClosedEventHandler PopupClosed

Event Value

RadPopupClosedEventHandler

PopupOpening

Declaration

cs-api-definition
event RadPopupOpeningEventHandler PopupOpening

Event Value

RadPopupOpeningEventHandler