Skip to main content
A newer version of this page is available. .

CustomizeTemplatedItemEventArgs.Value Property

Gets the item’s value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public object Value { get; }

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