RegistryAccessPolicy.IsOperationAllowed(RegistryOperation) Method
Indicates whether the specified registry operation is allowed.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
operation | DevExpress.Data.Utils.Registry.Internal.RegistryOperation | The registry operation. |
Returns
Type | Description |
---|---|
Boolean | true if the specified registry operation is allowed; otherwise, false. |
Remarks
Use the AllowOperation method to enable a specific registry operation when a restrictive policy is activated.
See Also