MenuStyle.SeparatorWidth Property
Gets or sets a separator‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A System.Web.UI.WebControls.Unit value specifying the width of a separator. |
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