Skip to main content
All docs
V25.1
  • EnvironmentPolicy.SpecialFolderEventArgs.Folder Property

    Gets the system special folder (such as Program Files, Programs, System, or Startup).

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public Environment.SpecialFolder Folder { get; }

    Property Value

    Type Description
    Environment.SpecialFolder

    The system special folder.

    See Also