Gets or sets the name of a CSS class applied to the Pager control's root element.
Namespace:DevExpress.Web.Bootstrap
Assembly:DevExpress.Web.Bootstrap.v18.1.dll

Syntax
C# |
public string Pager { get; set; }
|
VB |
Public Property Pager As String
|
Property value
Type: String
A string specifying the name of a CSS class.
The default is String.Empty.

See Also