The index of the button which properties will be used by default when the EnabledDefaultButton property set to true.

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

Syntax

C#
[DefaultValueAttribute()]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true)]
public int DefaultButtonIndex { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True)> _
Public Property DefaultButtonIndex As Integer
	Get
	Set

See Also