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

ASPxTitleIndex.FilterBoxSpacing Property

Gets or sets the vertical spacing between the filter box‘s boundary and the boundary of the adjacent contents (such as groups or categories, for instance) within the ASPxTitleIndex control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also