Skip to main content
Tab

RibbonOptionButtonItem(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonOptionButtonItem(
    string name
)

Parameters

Name Type Description
name String

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

See Also