ComponentOne Xamarin.iOS
Style Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : Style Property
Gets or sets the style of the grid.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Style")>
<BrowsableAttribute(True)>
Public Property Style As GridStyle
'Usage
 
Dim instance As FlexGrid
Dim value As GridStyle
 
instance.Style = value
 
value = instance.Style
[Foundation.Export("Style")]
[Browsable(true)]
public GridStyle Style {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members