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

ASPxPagerBase.SeparatorColor Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
public virtual Color SeparatorColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure that specifies the color of separators.

See Also