Skip to main content
.NET 8.0+

IGridInplaceEdit.GridEditingObject Property

Specifies an object which is being edited.

Namespace: DevExpress.ExpressApp.Win.Core

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

Declaration

object GridEditingObject { get; set; }

Property Value

Type Description
Object

An object which is being edited.

See Also