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

EditorStyles.ButtonEditCellSpacing Property

Specifies the spacing between editor buttons, and between buttons and editor borders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(1)]
public int ButtonEditCellSpacing { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the spacing, in pixels.

See Also