Skip to main content
All docs
V25.1
  • RegistryAccessPolicy.RegistryOperationBaseEventArgs.Hive Property

    Gets a registry hive (a logical group of keys, subkeys, and values in the registry).

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public SafeRegistry.Hive Hive { get; }

    Property Value

    Type Description
    DevExpress.Data.Utils.Registry.SafeRegistry.Hive

    The registry hive (a logical group of keys, subkeys, and values in the registry).

    See Also