Skip to main content
Tab

PagerComboBoxStyle.DropDownButtonSpacing Property

Gets or sets the amount of space between the right border of a caption and the drop-down button 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 DropDownButtonSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that is the spacing value.

See Also