A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property IsFocusedRowModified As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the edit value of an editor within the focused row has been modified; otherwise, false. |
See Also
Feedback