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

ExtendedStyleBase.Width Property

Gets or sets the element width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the width.

Remarks

Use the ExtendedStyleBase.Height and Width properties to specify an element’s height and width respectively.

See Also