Skip to main content
Tab

ASPxImageZoomNavigator.Orientation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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