Items Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets the collection of search type items in the list control.

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

Syntax

C#
public override ListItemCollection Items { get; }
Visual Basic
Public Overrides ReadOnly Property Items As ListItemCollection
	Get
Visual C++
public:
virtual property ListItemCollection^ Items {
	ListItemCollection^ get () override;
}

Field Value

A ListItemCollection that represents the search type items within the list. The default list contains "All Words", "Any Word", "Exact Phrase", and "Partial Match".

Remarks

Use this property to get the properties of the search type items in the list control. This property can be used to determine the selected search type item in the list control.

See Also