Intersoft ClientUI Documentation
Column Property (UXGridViewColumnEventArgs)



Gets the column that the event occurs for.
Syntax
Public ReadOnly Property Column As UXGridViewColumn
Dim instance As UXGridViewColumnEventArgs
Dim value As UXGridViewColumn
 
value = instance.Column
public UXGridViewColumn Column {get;}
public:
property UXGridViewColumn^ Column {
   UXGridViewColumn^ get();
}

Property Value

The column that the event occurs for.
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

UXGridViewColumnEventArgs Class
UXGridViewColumnEventArgs Members

Send Feedback