ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpeedDialRadialSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    SpeedDialRadialSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Buttons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpeedDialRadialSettings : EJTagHelper

    Constructors

    SpeedDialRadialSettings()

    Declaration
    public SpeedDialRadialSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Direction

    Defines speed dial action items placement order. The possible values are Clockwise AntiClockwise Auto

    Declaration
    [HtmlAttributeName("direction")]
    public RadialDirection Direction { get; set; }
    Property Value
    Type Description
    RadialDirection

    The default value is RadialDirection.Auto

    EndAngle

    Defines end angle of speed dial items placement. The accepted value range is 0 to 360. When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

    Declaration
    [HtmlAttributeName("endAngle")]
    public int EndAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is -1

    Offset

    Defines distance of speed dial items placement from the button of Speed Dial.

    Declaration
    [HtmlAttributeName("offset")]
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "100px"

    StartAngle

    Defines start angle of speed dial items placement. The accepted value range is 0 to 360. When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

    Declaration
    [HtmlAttributeName("startAngle")]
    public int StartAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is -1

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