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

PagerStyle.SeparatorPaddings Property

Gets the padding settings of separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual Paddings SeparatorPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

Separator paddings are considered as the amount of space between the outer boundaries of a separator and the boundaries of the adjacent page numbers.

See Also