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

PagerSettingsEx.ShowSeparators Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true to show separators; otherwise, false.

See Also