menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonDropDownSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonDropDownSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RibbonDropDownSettingsBuilder
    Namespace: Syncfusion.EJ2.Ribbon
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RibbonDropDownSettingsBuilder : ControlBuilder

    Constructors

    RibbonDropDownSettingsBuilder()

    Declaration
    public RibbonDropDownSettingsBuilder()

    RibbonDropDownSettingsBuilder(RibbonDropDownSettings)

    Declaration
    public RibbonDropDownSettingsBuilder(RibbonDropDownSettings model)
    Parameters
    Type Name Description
    RibbonDropDownSettings model

    Methods

    BeforeClose(String)

    Triggers before closing the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder BeforeClose(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    BeforeItemRender(String)

    Triggers while rendering each Popup item of DropDownButton.

    Declaration
    public RibbonDropDownSettingsBuilder BeforeItemRender(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    BeforeOpen(String)

    Triggers before opening the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder BeforeOpen(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Close(String)

    Triggers while closing the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder Close(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    CloseActionEvents(String)

    Specifies the event to close the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder CloseActionEvents(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Content(String)

    Specifies the content of the DropDownButton.

    Declaration
    public RibbonDropDownSettingsBuilder Content(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Created(String)

    Event triggers once the DropDownButton is created.

    Declaration
    public RibbonDropDownSettingsBuilder Created(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    CreatePopupOnClick(Boolean)

    Specifies whether to create popup element on open.

    Declaration
    public RibbonDropDownSettingsBuilder CreatePopupOnClick(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    CssClass(String)

    Defines one or more CSS classes to customize the appearance of DropDownButton.

    Declaration
    public RibbonDropDownSettingsBuilder CssClass(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    HtmlAttributes(Object)

    Specifies additional HTML attributes to be applied to the DropDownButton.

    Declaration
    public RibbonDropDownSettingsBuilder HtmlAttributes(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    IconCss(String)

    Defines the CSS class for the icons to be shown in the DropDownButton.

    Declaration
    public RibbonDropDownSettingsBuilder IconCss(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Items(Object)

    Defines the list of items for the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder Items(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Open(String)

    Triggers while opening the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder Open(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Select(String)

    Triggers while selecting an action item in DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder Select(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder

    Target(String)

    Specifies the selector for the element to be shown in the DropDownButton popup.

    Declaration
    public RibbonDropDownSettingsBuilder Target(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RibbonDropDownSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved