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

ASPxPagerBase.SeparatorWidth Property

Gets or sets the width of separators that separate page numbers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit SeparatorWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that specifies the separator’s width.

See Also