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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(1)]
[Obsolete("Use the editor's Spacing property instead.")]
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