Back to Devexpress

FocusedRowHandleChangingEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-focusedrowhandlechangingeventargs.md

latest1.2 KB
Original Source

FocusedRowHandleChangingEventArgs.Source Property

Gets the view that raised this event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataViewBase Source { get; }
vb
Public ReadOnly Property Source As DataViewBase

Property Value

TypeDescription
DataViewBase

The view that raised this event.

|

See Also

FocusedRowHandleChangingEventArgs Class

FocusedRowHandleChangingEventArgs Members

DevExpress.Xpf.Grid Namespace