UltimateSearch Class Library

UltimateSearchOutput.CurrentPageLinkCssClass Property

Gets or sets the CSS class name applied to the current page link number.

[Visual Basic]
Public Property CurrentPageLinkCssClass As String
[C#]
public string CurrentPageLinkCssClass {get; set;}

Property Value

CSS class name applied to the current page link number. The default value is OutputCurrentPageLink.

Remarks

Use this property to set the CSS class name applied to the current page link number.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace