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

ASPxCloudControl.ValueSpacing Property

Gets or sets the distance between an item’s text and its value (if displayed).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ValueSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

An integer value that specifies the distance, in pixels, between an item’s text and its value.

See Also