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

SpinButtons.HorizontalSpacing Property

OBSOLETE

Use the editor's Spacing property instead.

Gets or sets the horizontal spacing between the editor’s spin buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the editor's Spacing property instead.")]
[DefaultValue(1)]
public virtual int HorizontalSpacing { get; set; }

Property Value

Type Default Description
Int32 1

A Unit that represents the spacing value.

Remarks

This property is in effect if the SpinButtons.ShowLargeIncrementButtons property is set to true.

If the SpinButtons.ShowIncrementButtons property is set to true and small spin buttons are displayed, the HorizontalSpacing property specifies the horizontal distance between large and small spin buttons; otherwise, it defines spacing between large spin buttons.

See Also