ImageZoomNavigatorSettings.Orientation Property
Gets or sets the direction in which to render the ImageZoomNavigator extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Orientation | One of the Orientation enumeration values. |
Remarks
Items can be arranged within an ImageZoomNavigator one after another, either vertically or horizontally. Use the Orientation property to control the arrangement of items.
See Also