BCGSoft.Controls.Grid Namespace > GridControl Class : Filter Event |
'Declaration Public Event Filter As GridFilterEventHandler
'Usage Dim instance As GridControl Dim handler As GridFilterEventHandler AddHandler instance.Filter, handler
public event GridFilterEventHandler Filter
public: __event GridFilterEventHandler* Filter
public: event GridFilterEventHandler^ Filter
The event handler receives an argument of type GridFilterEventArgs containing data related to this event. The following GridFilterEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColumnDataIndex | |
Filtered | |
Item | |
RowIndex |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2