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

IndexPanelStyle.LineSpacing Property

Gets or sets the line spacing for lines in the index panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the line spacing.

Remarks

Note that if the LineSpacing property value is not specified, the spacing between llines in the index panel depends upon the item text’s font size.

See Also