C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / Format Property


In This Topic
Format Property (GridColumn)
In This Topic
Gets or sets the format applied to the displayed data.
Syntax
'Declaration
 
Public Property Format As String
 
'Usage
 
Dim instance As GridColumn
Dim value As String
 
instance.Format = value
 
value = instance.Format
See Also