Back to Devexpress

CellValueEventArgs Class

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

latest1.8 KB
Original Source

CellValueEventArgs Class

Provides data for the GridViewBase.CellValueChanging and GridViewBase.CellValueChanged events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class CellValueEventArgs :
    RowEventArgs,
    IDataCellEventArgs
vb
Public Class CellValueEventArgs
    Inherits RowEventArgs
    Implements IDataCellEventArgs

Inheritance

Object EventArgs RoutedEventArgs RowEventArgs CellValueEventArgs CellValueChangedEventArgs

CustomGroupDisplayTextEventArgs

CellValueChangedInEditFormEventArgs

CellEditorValueChangingEventArgs

See Also

CellValueEventArgs Members

Obtain and Set Cell Values in Code

DevExpress.Xpf.Grid Namespace