This sample demonstrates the data binding feature of the Rotator control.




Features
Interactive Features
The BindTo property maps the rotator fields to their respective columns from the data source.
Use the following code to set the source for a rotator control:
<%=Html.Syncfusion().Rotator("rotatoritems")
.DataSource((IEnumerable)Model)
%>
For more information, please visit our Tools Documentation :
Data binding