Share via


InnerList.AutoGenerateColumns Property

Definition

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

Applies to