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

MenuStyle.SeparatorWidth Property

Gets or sets a separator‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorWidth
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.SeparatorWidth

Remarks

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

See Also