Skip to main content
Tab

PagerSettingsEx.ShowSeparators Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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