Skip to main content

ScrollBarCustomRowAnnotationEventArgs.Row Property

Returns a data source object that corresponds to a data row for which an event has been raised.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object Row { get; }

Property Value

Type Description
Object

An object that corresponds to the processed row.

See Also