Skip to main content
A newer version of this page is available. .
Tab

ASPxImageZoomNavigator.Orientation Property

Gets or sets the direction in which to render the ASPxImageZoomNavigator control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(Orientation.Horizontal)]
public Orientation Orientation { get; set; }

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