Skip to main content

DataViewBase.IsFocusedRowModified Property

Indicates whether the focused row has been modified. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public bool IsFocusedRowModified { get; }

#Property Value

Type Description
Boolean

true, if the focused row has been modified; otherwise, false.

See Also