CustomizeTemplatedItemEventArgs.Value Property
In This Article
Gets the item’s value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Object | The item’s value. |
#Remarks
The object the Value property retrieves matches the value returned by the BaseListBoxControl.GetItemValue method. See this topic to learn more.
See Also