Skip to main content
Tab

ASPxGridViewPreviewDisplayTextEventArgs.Value Property

Gets the value of the preview row currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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