A newer version of this page is available.
Switch to the current version.
CustomRowCellEditEventArgs.RepositoryItem Property
Gets or sets the editor used to edit the currently processed cell.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
public RepositoryItem RepositoryItem { get; set; }
Public Property RepositoryItem As RepositoryItem
Property Value
Type | Description |
---|---|
RepositoryItem | The CustomRowCellEditEventArgs.RepositoryItem descendant which specifies the current in-place editor. |
Remarks
Assign a required CustomRowCellEditEventArgs.RepositoryItem descendant to the RepositoryItem property to use this editor for cell editing.
See Also
Feedback