Skip to main content
Tab

ASPxImageBase.Width Property

Gets or sets the width of the image displayed within the image control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value representing the image’s width.

Remarks

This property is a wrapper of the ImageEditPropertiesBase.ImageWidth property.

See Also