Skip to main content
All docs
V25.1
  • ChangingEventArgs.ModifiedByUser Property

    Gets whether a user changed the value.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v25.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