ComponentOne Xamarin.iOS
AutoGenerateColumns Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : AutoGenerateColumns Property
Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AutoGenerateColumns")>
<BrowsableAttribute(True)>
Public Property AutoGenerateColumns As Boolean
'Usage
 
Dim instance As FlexGrid
Dim value As Boolean
 
instance.AutoGenerateColumns = value
 
value = instance.AutoGenerateColumns
[Foundation.Export("AutoGenerateColumns")]
[Browsable(true)]
public bool AutoGenerateColumns {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members