ASPxImageBase.Height Property
In This Article
Gets or sets the height of the image displayed within the image control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Unit | A Unit value representing the image’s height. |
#Remarks
This property is a wrapper of the ImageEditPropertiesBase.ImageHeight property.
See Also