WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfNavigator - WPF 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.Windows.Controls
    Assembly: Syncfusion.Shared.Wpf.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 Description
    System.Windows.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 Description
    System.Windows.DependencyProperty

    HostProperty

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

    Declaration
    public static readonly DependencyProperty HostProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ActiveIndex

    Gets or sets the index of the items that are active

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

    ActiveItem

    Gets or sets the items that are active

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

    Host

    Gets or sets the host

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

    Items

    Gets the items of the Syncfusion.UI.Xaml.Controls.ChildCollection control.

    Declaration
    public ChildCollection Items { get; }
    Property Value
    Type Description
    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
    System.Windows.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
    System.Windows.DependencyPropertyChangedEventArgs args

    Property Changed Event Arguments

    OnApplyTemplate()

    Declaration
    public 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 Description
    System.Windows.RoutedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved