ComboBoxInitialText Property |
Gets or Sets the
String text that is displayed while a search is performed.
Namespace:
Cadcorp.Web.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string InitialText { get; set; }
Public Property InitialText As String
Get
Set
<asp:ComboBox InitialText="String" />
Property Value
Type:
String
See Also