Skip to main content
Tab

ASPxPagerBase.ItemSpacing Property

Gets or sets the horizontal distance between the pager elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that represents the spacing value.

Remarks

Use the ItemSpacing property to specify the horizontal distance between pager elements: navigation buttons, page numbers, page size item, separators, and summary.

Note

The ItemSpacing property value might be explicitly defined in some themes, so specifying it has no effect.

Pager_ItemSpacing

See Also