Class SfNavigator
Represents a control that provides a user interface with navigation of records in a given application.
Inheritance
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Int32 |
ActiveItem
Gets or sets the items that are active
Declaration
public object ActiveItem { get; set; }
Property Value
Type |
---|
System.Object |
Host
Gets or sets the host
Declaration
public object Host { get; set; }
Property Value
Type |
---|
System.Object |
Items
Gets the items of the Syncfusion.UI.Xaml.Controls.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 |
---|---|---|
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 |
---|
System.Windows.RoutedEventHandler |