BCGControlBar Library for .NET
Item Property (GridFilterEventArgs)




Syntax
'Declaration
 
Public ReadOnly Property Item As GridDataItem
'Usage
 
Dim instance As GridFilterEventArgs
Dim value As GridDataItem
 
value = instance.Item
public GridDataItem Item {get;}
public: __property GridDataItem* get_Item();
public:
property GridDataItem^ Item {
   GridDataItem^ get();
}
Requirements

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

See Also

Reference

GridFilterEventArgs Class
GridFilterEventArgs Members

Send Feedback