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

AutoCompleteBoxPropertiesBase.DisplayImageSpacing Property

Gets or sets the amount of space between a display image and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "4")]
public virtual Unit DisplayImageSpacing { get; set; }

Property Value

Type Default Description
Unit "4"

A Unit that represents the spacing value.

See Also