Skip to main content
Tab

MenuStyle.SeparatorHeight Property

Gets or sets a separator‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A System.Web.UI.WebControls.Unit value specifying the height of a separator.

Remarks

Use the SeparatorHeight property to define the height of a separator that is displayed within the corresponding object which the current style applies to.

See Also