Skip to main content
All docs
V24.1

ChangingEventArgs.ModifiedByUser Property

Gets whether a user changed the value.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ModifiedByUser { get; }

Property Value

Type Description
Boolean

true if a user changed the value; otherwise, false.

See Also