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

RibbonGalleryBarItem.Value Property

Gets or sets the item value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(null)]
public object Value { get; set; }

Property Value

Type Default Description
Object *null*

A Object value that is the item value.

Remarks

Use the Value property to manipulate the item value. Note that the property value type is controlled by the RibbonGalleryBarItem.ValueType property.

To access the item value on the client side, use the ASPxClientRibbonItem.GetValue and ASPxClientRibbonItem.SetValue methods at the item level, and the ASPxClientRibbon.GetItemValueByName and ASPxClientRibbon.SetItemValueByName methods at the control level.

See Also