Skip to main content
A newer version of this page is available. .
Tab

RibbonItemBase.Name Property

Gets or sets the name for the current ribbon item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the item name.

Remarks

The Name property specifies the name for the current item. This property can be used at runtime to obtain a particular item on the client side using the ASPxClientRibbon.GetItemByName method.

See Also