ComboBoxClientSideRowSelected 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 ClientSideRowSelected { get; set; }
Public Property ClientSideRowSelected As String
Get
Set
<asp:ComboBox ClientSideRowSelected="String" />
Property Value
Type:
String
See Also