Back to Devexpress

LayoutViewCustomRowCellEditEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-events-c9fd4a1e.md

latest1.9 KB
Original Source

LayoutViewCustomRowCellEditEventArgs Class

Provides data for the LayoutView.CustomRowCellEdit event.

Namespace : DevExpress.XtraGrid.Views.Layout.Events

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class LayoutViewCustomRowCellEditEventArgs :
    CustomRowCellEditEventArgs
vb
Public Class LayoutViewCustomRowCellEditEventArgs
    Inherits CustomRowCellEditEventArgs

LayoutViewCustomRowCellEditEventArgs is the data class for the following events:

Inheritance

Object EventArgs CustomRowCellEventArgs CustomRowCellEditEventArgs LayoutViewCustomRowCellEditEventArgs

See Also

LayoutViewCustomRowCellEditEventArgs Members

CustomRowCellEdit

DevExpress.XtraGrid.Views.Layout.Events Namespace