CellValueChangedEventArgs.ChangedByUser Property
Gets whether the user changed the value in an editor, or the value is changed in code.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the user changed the value in an editor; false, if the value is changed in code. |
See Also