Back to Devexpress

RowEventArgs Class

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

latest3.5 KB
Original Source

RowEventArgs Class

Provides data for the GridControl.GroupRowExpanded, GridControl.GroupRowCollapsed, GridViewBase.RowUpdated and GridViewBase.RowCanceled events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class RowEventArgs :
    RoutedEventArgs,
    IDataRowEventArgs
vb
Public Class RowEventArgs
    Inherits RoutedEventArgs
    Implements IDataRowEventArgs

RowEventArgs is the data class for the following events:

Remarks

The RowEventArgs class provides the RowEventArgs.Row and RowEventArgs.RowHandle properties, that allow the processed row and its handle to be identified.

To learn more, see Identifying Rows and Cards and Obtaining Row Handles.

Inheritance

Show 14 items

Object EventArgs RoutedEventArgs RowEventArgs CellValueEventArgs

InvalidRowExceptionEventArgs

RowAllowEventArgs

RowEditFinishedEventArgs

RowEditStartedEventArgs

RowEditStartingEventArgs

CustomGroupDisplayTextEventArgs

CellValueChangedEventArgs

CellValueChangedInEditFormEventArgs

CellEditorValueChangingEventArgs

See Also

RowEventArgs Members

Identify Rows and Cards

Obtain Row Handles

DevExpress.Xpf.Grid Namespace