CounterCssClass Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchOutput..::..CounterCssClass Property |
| UltimateSearchOutput Class See Also Send Feedback |
Gets or sets the CSS class name applied to counter if DisplayCounter is true.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string CounterCssClass { get; set; } |
| Visual Basic |
|---|
Public Property CounterCssClass As String Get Set |
| Visual C++ |
|---|
public: property String^ CounterCssClass { String^ get (); void set (String^ value); } |
Field 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.