Skip to main content
Tab

AutoCompleteBoxPropertiesBase.DisplayImageSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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