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

    Gets or sets the path to the system special folder.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string FolderPath { get; set; }

    Property Value

    Type Description
    String

    The path to the system special folder.

    See Also