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

ASPxGridViewPreviewDisplayTextEventArgs.Value Property

Gets the value of the preview row currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that contains the preview row value.

See Also