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

ASPxDataViewBase.PagerPanelSpacing Property

Gets or sets the distance between the Pager Panel and Content Area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also