ASPxImageZoomNavigator.Orientation Property
In This Article
Gets or sets the direction in which to render the ASPxImageZoomNavigator control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Orientation | Horizontal | One of the Orientation enumeration values. |
#Remarks
Items can be arranged within an ASPxImageZoomNavigator one after another, either vertically or horizontally. Use the Orientation property to control the arrangement of items.
See Also