Back to Devexpress

TableView.RetainCellEditingOnSourceChanges Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-1dc6aa24.md

latest1.5 KB
Original Source

TableView.RetainCellEditingOnSourceChanges Property

Gets or sets whether to keep a cell editor opened when the bound source is modified. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool RetainCellEditingOnSourceChanges { get; set; }
vb
Public Property RetainCellEditingOnSourceChanges As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to keep a cell editor opened when the bound source is modified; otherwise, false.

|

Remarks

The RetainCellEditingOnSourceChanges property does not affect the New Item Row.

See Also

Edit Cell Values in UI

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace