Back to Devexpress

RowEditStartingEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-5f508c33.md

latest1.4 KB
Original Source

RowEditStartingEventArgs Class

Contains data for the RowEditStarting event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class RowEditStartingEventArgs :
    RowEventArgs,
    IEditStartingEventArgs
vb
Public Class RowEditStartingEventArgs
    Inherits RowEventArgs
    Implements IEditStartingEventArgs

RowEditStartingEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs RowEventArgs RowEditStartingEventArgs

See Also

RowEditStartingEventArgs Members

DevExpress.Xpf.Grid Namespace