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

MenuItemStyleBase.Height Property

Gets or sets an item’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the item’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
HtmlEditorPasteOptionsBarStyles
See Also