FocusedRowHandleChangingEventArgs.Source Property
In This Article
Gets the view that raised this event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataViewBase Source { get; }
#Property Value
Type | Description |
---|---|
Data |
The view that raised this event. |
See Also