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

CalcPreviewTextEventArgs.Row Property

Gets the object that is the currently processed row.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public object Row { get; }

Property Value

Type Description
Object

An object that is the currently processed row.

See Also