Skip to main content

LayoutViewCustomRowCellEditEventArgs(Int32, GridColumn, RepositoryItem) Constructor

Initializes a new instance of the LayoutViewCustomRowCellEditEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewCustomRowCellEditEventArgs(
    int rowHandle,
    GridColumn column,
    RepositoryItem repositoryItem
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the current card. This value is assigned to the CustomRowCellEventArgs.RowHandle property.

column GridColumn

A GridColumn object that identifies the current card field. This value is assigned to the CustomRowCellEventArgs.Column property.

repositoryItem RepositoryItem

A RepositoryItem descendant that specifies the editor to be assigned to the current cell. This value is assigned to the CustomRowCellEditEventArgs.RepositoryItem property.

See Also