SearchTypeList Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the radio button list to specify search type.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public UltimateSearchTypeList SearchTypeList { get; }
Visual Basic
Public ReadOnly Property SearchTypeList As UltimateSearchTypeList
	Get
Visual C++
public:
property UltimateSearchTypeList^ SearchTypeList {
	UltimateSearchTypeList^ get ();
}

Remarks

Use this property to provide a radio button list to specify search type. If you want to display this control you should set the Visible property to True.

See Also