RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs.Operation Property
Gets the operation performed on the subkey.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v25.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
RegistryAccessPolicy.SubKeyTreeOperation | The operation performed on the subkey. |
Available values:
Name | Description |
---|---|
Create | Creates a subkey. |
Delete | Deletes a subkey. |
EnumerateNames | Gets child key names in a subkey. |
EnumerateValues | Gets values and/or their names in a subkey. |
See Also