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

MenuItemStyleBase.Width Property

Gets or sets the item’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the item’s width.

Property Paths

You can access this nested property as listed below:

Object Type Path to Width
HtmlEditorPasteOptionsBarStyles
See Also