Skip to main content
All docs
V26.1
  • MaskManager.LocalEditAction Event

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public event CancelEventHandler LocalEditAction

    Event Data

    The LocalEditAction event's data class is CancelEventArgs. The following properties provide information specific to this event:

    Property Description
    Cancel Gets or sets a value indicating whether the event should be canceled.
    See Also