Skip to main content
Tab

ASPxPagerBase.SeparatorHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that specifies the separator’s height.

See Also