Skip to main content
All docs
V19.2
Tab

NavBarGroupHeaderStyle.Spacing Property

Gets or sets the spacing between the elements in the corresponding object which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override Unit Spacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

Remarks

This property is overridden in order to hide it in the Property Grid. Instead use the AppearanceStyle.ImageSpacing property.

See Also