skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class NavigationSelector

A base class for the RadSlideView and RadPipsPager controls.

Inheritance
System.Object
NavigationSelector
RadPipsPager
RadSlideView
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public abstract class NavigationSelector : Selector

Constructors

NavigationSelector()

Initializes a new instance of the NavigationSelector class.

Declaration
protected NavigationSelector()

Fields

AutoHideButtonsDelayProperty

Identifies the AutoHideButtonsDelay dependency property.

Declaration
public static readonly DependencyProperty AutoHideButtonsDelayProperty
Field Value
System.Windows.DependencyProperty

ButtonVisibilityProperty

Identifies the ButtonVisibility dependency property.

Declaration
public static readonly DependencyProperty ButtonVisibilityProperty
Field Value
System.Windows.DependencyProperty

IsInfiniteScrollingEnabledProperty

Identifies the IsInfiniteScrollingEnabled dependency property.

Declaration
public static readonly DependencyProperty IsInfiniteScrollingEnabledProperty
Field Value
System.Windows.DependencyProperty

NextButtonStyleProperty

Identifies the NextButtonStyle dependency property.

Declaration
public static readonly DependencyProperty NextButtonStyleProperty
Field Value
System.Windows.DependencyProperty

OrientationProperty

Identifies the Orientation dependency property.

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty

PreviousButtonStyleProperty

Identifies the PreviousButtonStyle dependency property.

Declaration
public static readonly DependencyProperty PreviousButtonStyleProperty
Field Value
System.Windows.DependencyProperty

Properties

AutoHideButtonsDelay

Gets or sets the period of inactivity after which the buttons will be hidden.

Declaration
public Nullable<TimeSpan> AutoHideButtonsDelay { get; set; }
Property Value
System.Nullable<System.TimeSpan>

ButtonVisibility

Gets or sets an enum value indicating when the button will be visible.

Declaration
public ButtonVisibility ButtonVisibility { get; set; }
Property Value
ButtonVisibility

IsInfiniteScrollingEnabled

Gets or sets a boolean value indicating whether the selected item will be moved to the first one when the last one is reached and to the last one when the first one is reached.

Declaration
public bool IsInfiniteScrollingEnabled { get; set; }
Property Value
System.Boolean

NextButtonStyle

Gets or sets a style that will be applied to the button that moves to the next item. The TargetType should be RadButton.

Declaration
public Style NextButtonStyle { get; set; }
Property Value
System.Windows.Style

Orientation

Gets or sets the orientation of the control.

Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation

PreviousButtonStyle

Gets or sets a style that will be applied to the button that moves to the previous item. The TargetType should be RadButton.

Declaration
public Style PreviousButtonStyle { get; set; }
Property Value
System.Windows.Style

Methods

GetNextIndex()

Returns the next index taking into account whether infinite looping is enabled.

Declaration
protected int GetNextIndex()
Returns
System.Int32

GetPreviousIndex()

Returns the previous index taking into account whether infinite looping is enabled.

Declaration
protected int GetPreviousIndex()
Returns
System.Int32

MoveSelectedToNext()

Moves the selected item to the next one.

Declaration
public void MoveSelectedToNext()

MoveSelectedToPrevious()

Moves the selected item to the previous one.

Declaration
public void MoveSelectedToPrevious()

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

OnMouseEnter(MouseEventArgs)

Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

OnMouseLeave(MouseEventArgs)

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

OnMouseMove(MouseEventArgs)

Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

OnPreviewKeyDown(KeyEventArgs)

Declaration
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs e

OnPreviewMouseWheel(MouseWheelEventArgs)

Declaration
protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
Parameters
System.Windows.Input.MouseWheelEventArgs e

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.