Skip to main content
All docs
V25.1
  • FocusedRowHandleChangingEventArgs.Source Property

    Gets the view that raised this event.

    Namespace: DevExpress.Xpf.Grid

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public DataViewBase Source { get; }

    Property Value

    Type Description
    DataViewBase

    The view that raised this event.

    See Also