ComponentOne Xamarin.iOS
Format Property (GridColumn)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : Format Property
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
public string Format {get; set;}
See Also

Reference

GridColumn Class
GridColumn Members