Gets or sets a value indicating whether the drop-down list is resizable.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[BindableAttribute(false)]
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public bool DropDownResizable { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(False)> _
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property DropDownResizable As Boolean
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" DropDownResizable="true"></cc1:C1ComboBox> |
See Also