ImageGalleryFullscreenViewerSettings.ImageHeight Property
Gets or sets the image height within the fullscreen viewer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | "1200" | A Unit structure that specifies the image height. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ImageHeight |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageGallery |
|
ASP.NET MVC Extensions | ImageGallerySettings |
|
Remarks
Use the ImageHeight property to specify the height of an image displayed in the fullscreen viewer when the ASPxImageGallery control is bound to a folder (by the ImageGalleryFolderSettings.ImageSourceFolder property).
Note
The ImageHeight property is not in effect when the ASPxImageGallery control is bound to a data source (the ASPxDataWebControlBase.DataSource or ASPxDataWebControl.DataSourceID property).
To specify the image width, use the ImageGalleryFullscreenViewerSettings.ImageWidth property.