C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridAutoGeneratingColumnEventArgs Class / Column Property


In This Topic
Column Property (GridAutoGeneratingColumnEventArgs)
In This Topic
Gets or sets the column that is being auto-generated.
Syntax
'Declaration
 
Public Property Column As GridColumn
 
'Usage
 
Dim instance As GridAutoGeneratingColumnEventArgs
Dim value As GridColumn
 
instance.Column = value
 
value = instance.Column
See Also