New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events for RadSlideView

Updated over 6 months ago

Properties

PropertyDescription
SlideViewElementGets the main slide view element.
MappingsGets the mappings collection. They offer option to map properties from the TemplateElement to the data bound object. Mappings are used only in bounds mode.
TemplateElementGets or sets the template element that is responsible to display the content.
NumberOfPagesGets or sets the number of pages. If BindingSource is set, this property returns the BindingSource.Count.
SelectedIndexGets or sets the index of the selected slide view item.
ShowButtonsOverContentGets or sets a boolean value indicating whether previous and next buttons will be shown over content or outside it. The default value is true, with which the buttons will be displayed over the content.
BindingSourceGets or sets the data source.
OrientationGets or sets a value indicating how to orientate the navigation buttons - horizontally or vertically.
AllowAnimationGets or sets a value indicating whether to use animation when changing its state.
AnimationIntervalGets or sets the animation interval.
AnimationFramesGets or sets the animation frames.
AnimationTypeGets or sets the type of the animation that is executed between the slides.
AnimationEasingTypeGets or sets the animation easing type.
IsInfiniteScrollingEnabledDetermines whether infinite scrolling from last to first slide view item and vice versa is enabled.
ButtonsVisibilityDetermines whether and how to display the navigation buttons.
AutoHideButtonsDelayDetermines how long it takes to the navigation buttons to be hidden after the mouse leaves the control(in milliseconds). Used only when the uttonsVisibility is VisibleOnMouseOver.

Methods

MethodDescription
Select(int index)Selects the specified index.
Select(int index, bool animate)Selects the specified index. The bool flag determines whether to animate the selection process.
CanSelectPrevious()Determines whether moving to previous item is possible.
SelectNext()Moves the selected item to the next one.
SelectPrevious()Moves the selected item to the previous one.
UpdateVisibility()Updates the visibility.

Events

EventDescription
SelectedIndexChangedOccurs when selected index has changed.
MappedPropertyUpdatingOccurs when a mapped property value is extracted from the data object and is about to be applied to the mapped template property. Suitable to change the type of the mapped property to match the destination type. For example if the mapped property is of type integer and the template property is of type string, this event allows to synchronize value data type to the mapped template property data type. NOTE that, if the value data type does not match the template property type, the property value will be reset. Note that this event is fired only in bound mode(the BindingSource is set). For unbound mode(when NumberOfPages is used) handle the TemplateUpdated event.
TemplateUpdatedOccurs when all mappings have been applied, just before the slide is changed. Suitable to change the template styles or properties.
AnimationStartedOccurs when the animation is started.
AnimationFinishedOccurs when the animation is finished.

See Also

In this article
PropertiesMethodsEventsSee Also
Not finding the help you need?
Contact Support