Skip to main content
A newer version of this page is available. .

DataViewBase.IsFocusedRowModified Property

Indicates whether the edit value of an editor within the focused row has been modified. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool IsFocusedRowModified { get; }

Property Value

Type Description
Boolean

true, if the edit value of an editor within the focused row has been modified; otherwise, false.

See Also