Back to Devexpress

ChangingEventArgs.ModifiedByUser Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-changingeventargs-bd52037b.md

latest1.1 KB
Original Source

ChangingEventArgs.ModifiedByUser Property

Gets whether a user changed the value.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool ModifiedByUser { get; }
vb
Public ReadOnly Property ModifiedByUser As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChangingEventArgs Class

ChangingEventArgs Members

DevExpress.XtraEditors.Controls Namespace