Skip to main content
All docs
V24.2

RegistryAccessPolicy.ValueEventArgs.Operation Property

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

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.Desktop.v24.2.dll

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