menu

Blazor

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

    Show / Hide Table of Contents

    Class RangeNavigatorPeriod

    Sets and gets the period element for an periodselector in range navigator.

    Inheritance
    System.Object
    SfBaseComponent
    RangeNavigatorPeriod
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RangeNavigatorPeriod : SfBaseComponent

    Constructors

    RangeNavigatorPeriod()

    Declaration
    public RangeNavigatorPeriod()

    Properties

    Interval

    Gets and sets the interval value for the periods.

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

    IntervalType

    Gets and sets the IntervalType of period.

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

    Selected

    To select the default period.

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

    Text

    Text to be displayed on the button.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved