Skip to main content
Tab

ASPxObjectContainer.Width Property

Gets or sets the object container’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override Unit Width { get; set; }

#Property Value

Type Description
Unit

A Unit structure that represents the object container’s width.

See Also