InnerList.AutoGenerateColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether this list's columns should be automatically generated based on its data.
public:
property bool AutoGenerateColumns { bool get(); void set(bool value); };
public:
property bool AutoGenerateColumns { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value indicating whether this list's columns should be automatically generated based on its data.")]
public bool AutoGenerateColumns { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value indicating whether this list's columns should be automatically generated based on its data.")>]
member this.AutoGenerateColumns : bool with get, set
Public Property AutoGenerateColumns As Boolean
Property Value
- Attributes