Class NavigatorRangeSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class NavigatorRangeSettings : EJTagHelper
Constructors
NavigatorRangeSettings()
Declaration
public NavigatorRangeSettings()
Properties
End
Gets or sets the End of range
Declaration
[JsonProperty("end")]
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the ending range of range navigator.
Start
Gets or sets the Start of range
Declaration
[JsonProperty("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the starting range of range navigator.