Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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