A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.ShowSeparators Property
Gets or sets whether separators that separate page numbers are shown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(false)]
public virtual bool ShowSeparators { get; set; }
<DefaultValue(False)>
Public Overridable Property ShowSeparators As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to show separators; otherwise, false. |
See Also
Feedback