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