UpdateUserShowSearchControl Property |
Gets or Sets the
Boolean indicating whether to display search control or not.
Namespace:
Cadcorp.Security.UI.WebControls
Assembly:
Cadcorp.Security.UI (in Cadcorp.Security.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic bool ShowSearchControl { get; set; }
Public Property ShowSearchControl As Boolean
Get
Set
<asp:UpdateUser ShowSearchControl="True|False" />
Property Value
Type:
Boolean
See Also