ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SplitButton

    Inheritance
    System.Object
    EJTagHelper
    SplitButton
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.SplitButtons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SplitButton : EJTagHelper

    Constructors

    SplitButton()

    Declaration
    public SplitButton()

    Properties

    BeforeClose

    Triggers before closing the SplitButton popup.

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

    BeforeItemRender

    Triggers while rendering each Popup item of SplitButton.

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

    BeforeOpen

    Triggers before opening the SplitButton popup.

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

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    Click

    Triggers when the primary button of SplitButton has been clicked.

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

    Close

    Triggers while closing the SplitButton popup.

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

    CloseActionEvents

    Specifies the event to close the DropDownButton popup.

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

    Content

    Defines the content of the SplitButton primary action button can either be a text or HTML elements.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Created

    Triggers once the component rendering is completed.

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

    CreatePopupOnClick

    Specifies the popup element creation on open.

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

    CssClass

    Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton size and styles can be customized by using this.

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

    Disabled

    Specifies a value that indicates whether the SplitButton is disabled or not.

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

    EnableHtmlSanitizer

    Defines whether to allow the cross-scripting site or not.

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

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

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

    EnableRtl

    Enable or disable rendering component in right to left direction.

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

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IconCss

    Defines class/multiple classes separated by a space for the SplitButton that is used to include an icon. SplitButton can also include font icon and sprite image.

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

    IconPosition

    Positions the icon before/top of the text content in the SplitButton. The possible values are Left: The icon will be positioned to the left of the text content. Top: The icon will be positioned to the top of the text content.

    Declaration
    public SplitButtonIconPosition IconPosition { get; set; }
    Property Value
    Type Description
    SplitButtonIconPosition

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    Items

    Specifies action items with its properties which will be rendered as SplitButton secondary button popup.

    Declaration
    public object Items { get; set; }
    Property Value
    Type Description
    System.Object

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

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

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    Open

    Triggers while opening the SplitButton popup.

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

    Select

    Triggers while selecting action item of SplitButton popup.

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

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Target

    Allows to specify the SplitButton popup item element.

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