Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

AppearanceStyleBase.Height Property

This property is not in effect for the AppearanceStyleBase object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit that represents the height value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.Height

Remarks

This property is overridden in order to hide it in the Property Grid.

If they require its functionality some descendants of the AppearanceStyleBase class may duly override the Height property.

See Also