Skip to main content
All docs
V25.2
  • ProcessStartPolicy.RestrictedProcessStartConfirmationEventArgs.ProcessName Property

    Gets the process name.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public string ProcessName { get; }

    Property Value

    Type Description
    String

    The process name.

    See Also