Skip to main content
Tab

EditorStyles.SpinButtonsHorizontalSpacing Property

OBSOLETE

Use the ButtonEditCellSpacing property instead.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(1)]
[Obsolete("Use the ButtonEditCellSpacing property instead.")]
public int SpinButtonsHorizontalSpacing { get; set; }

Property Value

Type Default Description
Int32 1

An Int32 that is the spacing value.

See Also