Skip to main content
Tab

PagerPageSizeItemStyle.CaptionSpacing Property

Gets or sets the distance between the caption and combo box within the Page Size Item element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that is the spacing value.

See Also