RibbonBarItem

Wisej.Web.Ext.RibbonBar.RibbonBarItem

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)

Represents a single item in a RibbonBarGroup.

public class RibbonBarItem : Component

Properties

ColumnBreak

Boolean: Returns or sets a value indicating whether a new column starts after this RibbonBarItem.

Enabled

Boolean: Returns or sets whether the RibbonBarItem can respond to user interaction. (Default: True)

Image

Image: Returns or sets the image that is displayed next to a RibbonBarItem.

ImageIndex

Int32: Returns or sets the index value of the image assigned to the RibbonBarItem. (Default: -1)

Throws:

ImageKey

String: Returns or sets the name of the image assigned to the RibbonBarItem. (Default: "")

ImageSource

String: Returns or sets the theme name or URL for the image to display next to a RibbonBarItem.

Name

String: Returns or sets the name of the RibbonBarItem.

Parent

RibbonBarGroup: Returns the RibbonBarGroup that owns this RibbonBarItem.

RibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarItem;

Text

String: Returns or sets the text of the RibbonBarItem. (Default: "")

ToolTipText

String: Returns or sets the tooltip text for the RibbonBarItem. (Default: "")

Visible

Boolean: Returns or sets whether the RibbonBarItem is visible or hidden. (Default: True)

Methods

Update()

Updates the component on the client.

Events

Click

EventHandler Fired when the RibbonBarItem is clicked.

Inherited By

Name
Description

Represents a button in a RibbonBarGroup.

Represents a group of buttons in a RibbonBarGroup organized horizontally.

Represents a checkbox in a RibbonBarGroup.

Represents a combobox in a RibbonBarGroup.

Represents a user defined control in a RibbonBarGroup.

Represents a radio button in a RibbonBarGroup.

Represents a vertical separator in a RibbonBarGroup.

Represents a split button in a RibbonBarGroup.

Represents a textbox in a RibbonBarGroup.

Last updated

Was this helpful?