Gets or sets the CSS class name applied to the current page link number.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string CurrentPageLinkCssClass { get; set; } |
| Visual Basic |
|---|
Public Property CurrentPageLinkCssClass As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ CurrentPageLinkCssClass {
String^ get ();
void set (String^ value);
} |
Field Value
CSS class name applied to the current page link number. The default value is
OutputCurrentPageLink.
Remarks
See Also