AutoGenerateColumns Property (BindingInfo)
In This Topic
Gets or sets a value indicating whether bound fields are automatically created for each field in the data source.
Syntax
'Declaration
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("BindingInfo.AutoGenerateColumns", "Gets or sets a value indicating whether bound fields are automatically created for each field in the data source.")>
<DefaultValueAttribute(False)>
Public Property AutoGenerateColumns As Boolean
[C1Category("Data")]
[C1Description("BindingInfo.AutoGenerateColumns", "Gets or sets a value indicating whether bound fields are automatically created for each field in the data source.")]
[DefaultValue(false)]
public bool AutoGenerateColumns {get; set;}
See Also