Skip to main content

GetCustomRowCellEditEventArgs.RepositoryItem Property

Gets or sets the editor assigned to the processed cell.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public RepositoryItem RepositoryItem { get; set; }

Property Value

Type Description
RepositoryItem

A RepositoryItem descendant representing the currently assigned editor.

See Also