BCGControlBar Library for .NET
Column Property (DrawFilterButtonEventArgs)




Gets a column where a filter button is located.
Syntax
'Declaration
 
Public ReadOnly Property Column As GridColumn
'Usage
 
Dim instance As DrawFilterButtonEventArgs
Dim value As GridColumn
 
value = instance.Column
public GridColumn Column {get;}
public: __property GridColumn* get_Column();
public:
property GridColumn^ Column {
   GridColumn^ 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

DrawFilterButtonEventArgs Class
DrawFilterButtonEventArgs Members

Send Feedback