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

TreeListHeaderStyle.SortImageSpacing Property

Gets or sets the distance between a sort glyph and text within a column header.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also