Visible Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchTypeList..::..Visible Property |
| UltimateSearchTypeList Class See Also Send Feedback |
Gets or sets a value that indicates whether the RadioButtonList control is visible.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public override bool Visible { get; set; } |
| Visual Basic |
|---|
Public Overrides Property Visible As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool Visible { bool get () override; void set (bool value) override; } |
Field Value
true if the RadioButtonList control is visible; otherwise, false. The default value is false.
Remarks
Use this property to display the RadioButtonList control.