Skip to main content

HtmlEditorDropDownItemPickerItemStyle.ImageSpacing Property

Gets or sets the amount of space between images within a dropdown item picker.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit ImageSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

See Also