Back to Devexpress

CustomizeTemplatedItemEventArgs.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-customizetemplateditemeventargs-34299f1a.md

latest1.3 KB
Original Source

CustomizeTemplatedItemEventArgs.Value Property

Gets the item’s value.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
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

CustomizeTemplatedItemEventArgs Class

CustomizeTemplatedItemEventArgs Members

DevExpress.XtraEditors Namespace