Gets or sets a value indicating whether a C1CommandField field column with an Edit button for each data row is automatically added to a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
[LayoutAttribute(LayoutType.Behavior)]
public virtual bool AutoGenerateEditButton { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Overridable Property AutoGenerateEditButton As Boolean
	Get
	Set

See Also