RibbonTab(String, String) Constructor
Initializes a new instance of the RibbonTab class with the specified name and text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the created ribbon tab’s text. This value is assigned to the RibbonTab.Text property. |
name | String | A String value that specifies the created ribbon tab’s name. This value is assigned to the RibbonTab.Name property. |
See Also