Skip to main content

IGridInplaceEdit Interface

Implemented by controls used in Property Editors when it is required to access the current row object in an editable List View.

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public interface IGridInplaceEdit

Remarks

For details, refer to the ViewItem.View property description.

View Example: XAF WinForms - How to use a custom Lookup Property Editor control for reference properties

See Also