menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialSlider

    Show / Hide Table of Contents

    Class RadialSlider

    Inheritance
    System.Object
    CommonControl
    RadialSlider
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class RadialSlider : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    RadialSlider()

    Declaration
    public RadialSlider()

    Properties

    AutoOpen

    To get or set auto open the slider on initial rendering

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

    ClientSideOnChange

    Event triggers when the change occurs.

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

    ClientSideOnCreate

    Event triggers when the radial slider is created.

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

    ClientSideOnDestroy

    Event triggers when the radial slider is Destroyed.

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

    ClientSideOnMouseover

    Event triggers when the Mouseover on Radial Slider.

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

    ClientSideOnSlide

    Specifies the Event triggers when the Radial slider slides.

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

    ClientSideOnStart

    Specifies the Event triggers when the radial slider starts.

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

    ClientSideOnStop

    Specifies the Event triggers when the radial slider stops.

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

    CssClass

    To get or set custom class for theming

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

    EnableAnimation

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

    EnableRoundOff

    To enable or disable rounding off the values

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

    EndAngle

    To get or set end angle for slidee

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

    HtmlAttributes

    To get or set HTML attributes

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Inline

    To enable or disable whether to display values inside circle

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

    InnerCircleImageClass

    To get or set image class for the inner circle

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

    InnerCircleImageUrl

    To get or set immage URL for inner circle

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

    LabelSpace

    To get or set label space

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

    Locale

    Defines the localization culture for the Radial Slider

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

    Model

    Get or set the RadialSliderProperties

    Declaration
    public RadialSliderProperties Model { get; set; }
    Property Value
    Type Description
    RadialSliderProperties

    Radius

    To get or set radius

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

    ShowInnerCircle

    To show or hide inner circle

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

    StartAngle

    To get or set start angle for slider

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

    StrokeWidth

    To get or set stroke width

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

    Ticks

    To get or set tick values

    Declaration
    public List<double> Ticks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    Value

    To get or set value

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

    Methods

    DependentScripts()

    Get the dependent script for RadialSlider control

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Get the dependent files for RadialSlider control

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Restores view-state information from a previous page request.

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    OnPreRender(EventArgs)

    Modifying server controls before sending them to the client.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PostBackEventHandler(String, Dictionary<String, Object>)

    Gets a value that indicates whether the page is being loaded in response to a postback.

    Declaration
    public override void PostBackEventHandler(string eventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String eventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args
    Overrides
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Render this instance

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Render method for rendering control

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    UpdateServerModel(Dictionary<String, Object>)

    Maintaining viewstate model values on post back

    Declaration
    public override void UpdateServerModel(Dictionary<string, object> clientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> clientModel
    Overrides
    CommonControl.UpdateServerModel(Dictionary<String, Object>)

    Events

    Change

    Triggered when the Radial slider is changed.

    Declaration
    public event RadialSlider.RadialSliderEventHandler Change
    Event Type
    Type Description
    RadialSlider.RadialSliderEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved