Back to Devexpress

GetCustomRowCellEditEventArgs.RepositoryItem Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-getcustomrowcellediteventargs.md

latest1.5 KB
Original Source

GetCustomRowCellEditEventArgs.RepositoryItem Property

Gets or sets the editor assigned to the processed cell.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RepositoryItem RepositoryItem { get; set; }
vb
Public Property RepositoryItem As RepositoryItem

Property Value

TypeDescription
RepositoryItem

A RepositoryItem descendant representing the currently assigned editor.

|

See Also

GetCustomRowCellEditEventArgs Class

GetCustomRowCellEditEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace