menu

UWP

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

    Show / Hide Table of Contents

    Class RangeNavigatorPanel

    Represents the RangeNavigatorPanel class.

    Inheritance
    System.Object
    RangeNavigatorPanel
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class RangeNavigatorPanel : Panel

    Constructors

    RangeNavigatorPanel()

    Declaration
    public RangeNavigatorPanel()

    Fields

    RowProperty

    The DependencyProperty for property.

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

    Properties

    RowDefinitions

    Gets or sets the range navigator rows

    Declaration
    public RangeNavigatorRowDefinitions RowDefinitions { get; set; }
    Property Value
    Type
    RangeNavigatorRowDefinitions

    Methods

    ArrangeOverride(Size)

    Arranges the children of the panel.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    The Final Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the arrange size.

    GetRow(UIElement)

    Get the row

    Declaration
    public static int GetRow(UIElement obj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.UIElement obj

    UI Element

    Returns
    Type Description
    System.Int32

    Return the row index.

    MeasureOverride(Size)

    Measures the children of the panel.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The Available Size

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the measure size.

    SetRow(UIElement, Int32)

    Set the row

    Declaration
    public static void SetRow(UIElement obj, int value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.UIElement obj

    UI Element

    System.Int32 value

    The Value

    Extension Methods

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