Gets or sets the text to display during a call back to the server.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.Misc")]
[DefaultValueAttribute("Loading...")]
[LayoutAttribute(LayoutType.Misc)]
[JsonAttribute(true, true, "Loading...")]
[BindableAttribute(false)]
public string LoadingText { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Misc")> _
<DefaultValueAttribute("Loading...")> _
<LayoutAttribute(LayoutType.Misc)> _
<JsonAttribute(True, True, "Loading...")> _
<BindableAttribute(False)> _
Public Property LoadingText As String
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" LoadingText="Loading items..."></cc1:C1ComboBox> |
See Also