VB - ImageZoomNavigator

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Imports

Imports
Imports
Imports

Microsoft.VisualBasic
System
System.Web.UI
DevExpress.Web

Partial Public Class ImageZoom_ImageZoomNavigator


Inherits Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
zoomNavigator.ActiveItemChangeAction = CType(ddlActiveItemChangeAction.V
alue, ActiveItemChangeAction)
zoomNavigator.NavigationButtonVisibility = CType(ddlNavigationButtonVisi
bilityMode.Value, NavigationButtonVisibilityMode)
End Sub
End Class

You might also like