Skip to main content
Tab

RibbonOptionButtonItem(String, String) Constructor

Initializes a new instance of the RibbonOptionButtonItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonOptionButtonItem(
    string name,
    string text
)

Parameters

Name Type Description
name String

A string value that specifies the item’s name. This value is assigned to the RibbonItemBase.Name property.

text String

A string value that specifies the item’s text. This value is assigned to the RibbonItemBase.Text property.

See Also