Skip to main content
All docs
V25.1
  • RegistryAccessPolicy.ValueEventArgs.Operation Property

    Gets an operation on a key value in the system registry.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public RegistryAccessPolicy.ValueOperation Operation { get; }

    Property Value

    Type Description
    RegistryAccessPolicy.ValueOperation

    The operation on a key value in the system registry.

    Available values:

    Name Description
    Query

    Reads a value from a system registry key.

    Set

    Writes a value to a system registry key.

    Delete

    Deletes a value from a system registry key.

    See Also