RibbonGalleryBarItem.Value Property
Gets or sets the item value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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