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

TreeListPagerPanelStyle.Spacing Property

Gets or sets the vertical spacing between the Pager and the ASPxTreeList’s contents.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

An integer value which specifies the vertical spacing.

See Also