Skip to main content
A newer version of this page is available. .
All docs
V21.2

CustomRecordDisplayTextEventArgs.Value Property

Gets the processed cell’s value.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that specifies the processed cell’s value.

See Also