menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SplitButtonDesigner

    Inheritance
    System.Object
    EJControlDesigner
    SplitButtonDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetEmptyDesignTimeHtml()
    EJControlDesigner.IEJControlDesigner.GetIService(Type)
    EJControlDesigner.IEJControlDesigner.Root()
    EJControlDesigner.ControlID
    EJControlDesigner.Control
    EJControlDesigner.RequiresImageConvertion
    EJControlDesigner.RenderImageOnly
    EJControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class SplitButtonDesigner : EJControlDesigner, IEJControlDesigner

    Constructors

    SplitButtonDesigner()

    Declaration
    public SplitButtonDesigner()

    Fields

    actionList

    Declaration
    protected DesignerActionListCollection actionList
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

    Gets the action list collection.

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    SplitButton

    Gets the split button model.

    Declaration
    public SplitButton SplitButton { get; }
    Property Value
    Type Description
    SplitButton

    Methods

    GetControlString()

    Get html element of the Radiobutton control in string format

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJControlDesigner.GetControlString()

    GetDesignTimeHtml()

    Specifies the markup which is used to render the control at design time.

    Declaration
    public override string GetDesignTimeHtml()
    Returns
    Type Description
    System.String
    Overrides
    EJControlDesigner.GetDesignTimeHtml()

    Implements

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