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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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