UltimateSearch Class Library

UltimateSearchOutput.CounterCssClass Property

Gets or sets the CSS class name applied to counter if DisplayCounter is true.

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

Property Value

CSS class name applied to counter. The default value is OutputCounter.

Remarks

Use this property to set the CSS class name applied to counter if DisplayCounter is true.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace