Gets or sets a value, indicating if the C1ToolBarSplitButton will use the DefaultButton behavior.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] [LayoutAttribute(LayoutType.Behavior)] [JsonAttribute(true)] public bool EnabledDefaultButton { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ <LayoutAttribute(LayoutType.Behavior)> _ <JsonAttribute(True)> _ Public Property EnabledDefaultButton As Boolean Get Set |