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

MenuStyle.SeparatorPaddings Property

Gets the padding settings of separators which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Paddings SeparatorPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SeparatorPaddings
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar .SeparatorPaddings

Remarks

The SeparatorPaddings property provides access to the padding settings of separators which divide menu items. Separator paddings are considered as the amount of space between the outer boundaries of a separator and the boundaries of the adjacent items (or boundaries of the menu/submenu).

See Also