RibbonEditItemBase.Value Property
In This Article
Gets or sets the item‘s associated value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object that is the item’s value. |
#Remarks
The format of the Value property depends on the processed ribbon item type. The table below lists the ribbon items with the value formats.
Item Class Name | Value Format |
---|---|
Ribbon |
true if the item is checked; otherwise false |
Ribbon |
An item text, or string representation of the item value |
Ribbon |
A date object specifying the item value |
Ribbon |
A number specifying the item value |
Ribbon |
A string specifying the item value |
See Also