Back to Devexpress

CustomRecordDisplayTextEventArgs.Value Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customrecorddisplaytexteventargs-b2cba526.md

latest1.3 KB
Original Source

CustomRecordDisplayTextEventArgs.Value Property

Gets the processed cell’s value.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Object

An object that specifies the processed cell’s value.

|

See Also

CustomRecordDisplayTextEventArgs Class

CustomRecordDisplayTextEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace