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

VerticalGridHeaderStyle.SortingImageSpacing Property

Gets or sets the distance between the sorting image and the caption within the row header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit structure that represents the spacing value.

See Also