Skip to main content
A newer version of this page is available. .
Tab

ASPxPagerBase.ShowSeparators Property

Gets or sets whether separators that separate page numbers are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public virtual bool ShowSeparators { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show separators; otherwise, false.

See Also