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

Properties, Methods and Events for RadSlideView

Updated over 1 year ago

Properties

PropertyDescription
PipsPagerElementInitializes a new instance of the RadPipsPager class.
ItemSizeGets or sets size of the items(pips).
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 pips pager item.
MaxVisiblePipsGets or sets the number of visible pips displayed in the control.
BindingSourceGets or sets the data source.
OrientationGets or sets a value indicating how to orientate the pips - 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.
AnimationEasingTypeGets or sets the animation easing type.
IsInfiniteScrollingEnabledDetermines whether infinite scrolling from last to first pip 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.
CreatePipItemOccurs when a new pips pager item is created. Suitable to modify or replace the pip.
AnimationStartedOccurs when the animation is started.
AnimationFinishedOccurs when the animation is finished.

The pips pager items are destroyed when they go outside the view. For each new index that needs to be shown, a new pips pager item is created and the CreatePipItem event is fired, where you can modify or replace the default pip.

See Also

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