Skip to main content
All docs
V23.2

CustomRecordDisplayTextEventArgs.Value Property

Gets the processed cell’s value.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that specifies the processed cell’s value.

See Also