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

MVCxProgressBarProperties.Width Property

OBSOLETE

Use the ProgressBarSettings.Width property instead.

Gets or sets the width of the progress bar.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

[Obsolete("Use the ProgressBarSettings.Width property instead.")]
public Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value representing the width of the progress bar.

See Also