menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfNavigator - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfNavigator

    Represents a control that provides a user interface with navigation of records in a given application.

    Inheritance
    System.Object
    SfNavigator
    Namespace: Syncfusion.UI.Xaml.Controls
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    public class SfNavigator : Control

    Constructors

    SfNavigator()

    Declaration
    public SfNavigator()

    Fields

    ActiveIndexProperty

    Using a DependencyProperty as the backing store for ActiveIndex. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ActiveIndexProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ActiveItemProperty

    Using a DependencyProperty as the backing store for ActiveItem. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ActiveItemProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ActiveIndex

    Gets or sets the index of the items that are active

    Declaration
    public int ActiveIndex { get; set; }
    Property Value
    Type
    System.Int32

    ActiveItem

    Gets or sets the items that are active

    Declaration
    public object ActiveItem { get; set; }
    Property Value
    Type
    System.Object

    Items

    Gets the items of the ChildCollection control.

    Declaration
    public ChildCollection Items { get; }
    Property Value
    Type
    ChildCollection

    Methods

    Navigate(Object)

    Function to navigate through items

    Declaration
    public void Navigate(object child)
    Parameters
    Type Name Description
    System.Object child

    child value

    OnActiveIndexChanged(DependencyPropertyChangedEventArgs)

    Invoked when the index of the active item has changed

    Declaration
    protected virtual void OnActiveIndexChanged(DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyPropertyChangedEventArgs args

    Property Changed Event Arguments

    OnActiveItemChanged(DependencyPropertyChangedEventArgs)

    Invoked when the active item has changed

    Declaration
    protected virtual void OnActiveItemChanged(DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyPropertyChangedEventArgs args

    Property Changed Event Arguments

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    UpdateTransform()

    Updates the layout for the transformation

    Declaration
    public void UpdateTransform()

    Events

    Navigated

    Invoke event when item is navigated

    Declaration
    public event RoutedEventHandler Navigated
    Event Type
    Type
    Windows.UI.Xaml.RoutedEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved