Skip to main content
Tab

RibbonGalleryBarItem.Value Property

Gets or sets the item value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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