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

    Gets the name of the value stored in a registry key.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public string Name { get; }

    Property Value

    Type Description
    String

    The name of the value stored in a registry key.

    See Also