Skip to main content
Tab

IndexPanelSeparatorStyle.Height Property

Gets or sets the height of the index panel separator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit that represents the height value.

Remarks

Use the Height property to control the height of the index panel separator within the ASPxTitleIndex control which the current style applies to.

See Also