BCGControlBar Library for .NET
Column Property (DataItemChangeEventArgs)




Grid column of item data.
Syntax
'Declaration
 
Public ReadOnly Property Column As GridColumn
'Usage
 
Dim instance As DataItemChangeEventArgs
Dim value As GridColumn
 
value = instance.Column
public GridColumn Column {get;}
public: __property GridColumn* get_Column();
public:
property GridColumn^ Column {
   GridColumn^ get();
}
Remarks
Can be null if the data was updated by external code.
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

DataItemChangeEventArgs Class
DataItemChangeEventArgs Members

Send Feedback