Back to Devexpress

FocusedRowHandleChangedEventArgs.RowData Property

wpf-devexpress-dot-xpf-dot-grid-dot-focusedrowhandlechangedeventargs-e1a52071.md

latest1.1 KB
Original Source

FocusedRowHandleChangedEventArgs.RowData Property

Returns the information about a new focused row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public RowData RowData { get; }
vb
Public ReadOnly Property RowData As RowData

Property Value

TypeDescription
RowData

A RowData object that contains information about the focused row.

|

See Also

FocusedRowHandleChangedEventArgs Class

FocusedRowHandleChangedEventArgs Members

DevExpress.Xpf.Grid Namespace