Back to Devexpress

ASPxImageZoomNavigator.ItemDataBound Event

aspnet-devexpress-dot-web-dot-aspximagezoomnavigator-0dad69f9.md

latest2.0 KB
Original Source

ASPxImageZoomNavigator.ItemDataBound Event

Occurs after an image zoom navigator item has been bound to a data source.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ImageZoomNavigatorItemEventHandler ItemDataBound
vb
Public Event ItemDataBound As ImageZoomNavigatorItemEventHandler

Event Data

The ItemDataBound event's data class is ImageZoomNavigatorItemEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets an item object related to the event.

Remarks

The ItemDataBound event is raised for each image zoom navigator item after it’s data bound to the corresponding data from the specified data source. This event enables you to customize settings of the related image zoom navigator item before it is finally rendered. Handling the ItemDataBound event correctly you can, for example, implement a custom logic to dynamically map properties of a image zoom navigator control’s items to the required data fields.

The processed image zoom navigator item can be accessed by using the ImageZoomNavigatorItemEventArgs.Item property of the event’s argument.

If the control functions in unbound mode, the ItemDataBound event isn’t raised.

See Also

ASPxImageZoomNavigator Class

ASPxImageZoomNavigator Members

DevExpress.Web Namespace