PageLinkSeparator Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the separator between page link numbers.

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

Syntax

C#
public string PageLinkSeparator { get; set; }
Visual Basic
Public Property PageLinkSeparator As String
	Get
	Set
Visual C++
public:
property String^ PageLinkSeparator {
	String^ get ();
	void set (String^ value);
}

Field Value

Separator between page link numbers. The default value is   .

Remarks

Use this property to set the separator between page link numbers.

See Also