Skip to main content
Tab

ASPxTitleIndex.IndexPanelSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also