menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeNavigatorPeriod - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeNavigatorPeriod

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RangeNavigatorPeriod
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeNavigatorPeriod : EJTagHelper

    Constructors

    RangeNavigatorPeriod()

    Declaration
    public RangeNavigatorPeriod()

    Properties

    Interval

    Count value for the button.

    Declaration
    public double Interval { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    IntervalType

    IntervalType of button.

    Declaration
    public RangeIntervalType IntervalType { get; set; }
    Property Value
    Type Description
    RangeIntervalType

    The default value is RangeIntervalType.Years

    Selected

    To select the default period.

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Text

    Text to be displayed on the button.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved