Class RibbonDropDownSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RibbonDropDownSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonDropDownSettingsBuilder : ControlBuilder
Constructors
RibbonDropDownSettingsBuilder()
Declaration
public RibbonDropDownSettingsBuilder()
RibbonDropDownSettingsBuilder(RibbonDropDownSettings)
Declaration
public RibbonDropDownSettingsBuilder(RibbonDropDownSettings model)
Parameters
Methods
BeforeClose(String)
Triggers before closing the DropDownButton popup.
Declaration
public RibbonDropDownSettingsBuilder BeforeClose(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BeforeItemRender(String)
Triggers while rendering each Popup item of DropDownButton.
Declaration
public RibbonDropDownSettingsBuilder BeforeItemRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BeforeOpen(String)
Triggers before opening the DropDownButton popup.
Declaration
public RibbonDropDownSettingsBuilder BeforeOpen(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Close(String)
Triggers while closing the DropDownButton popup.
Declaration
public RibbonDropDownSettingsBuilder Close(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CloseActionEvents(String)
Specifies the event to close the DropDownButton popup.
Declaration
public RibbonDropDownSettingsBuilder CloseActionEvents(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Content(String)
Specifies the content of the DropDownButton.
Declaration
public RibbonDropDownSettingsBuilder Content(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Created(String)
Event triggers once the DropDownButton is created.
Declaration
public RibbonDropDownSettingsBuilder Created(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Specifies whether to create popup element on open.
Declaration
public RibbonDropDownSettingsBuilder CreatePopupOnClick(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
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
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
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
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
Open(String)
Triggers while opening the DropDownButton popup.
Declaration
public RibbonDropDownSettingsBuilder Open(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
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
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