menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RangeNavigatorPeriodSelectorSettings

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

    Constructors

    RangeNavigatorPeriodSelectorSettings()

    Declaration
    public RangeNavigatorPeriodSelectorSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Height

    Height for the period selector.

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

    The default value is 43

    Periods

    Specify the attributes of each period.

    Declaration
    public List<RangeNavigatorPeriod> Periods { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RangeNavigatorPeriod>

    The default value is null

    Position

    Vertical position of the period selector.

    Declaration
    public PeriodSelectorPosition Position { get; set; }
    Property Value
    Type Description
    PeriodSelectorPosition

    The default value is PeriodSelectorPosition.Bottom

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