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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Paddings SeparatorPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

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