Skip to main content

DevExpress.Data.Utils Namespace

In This Article

Contains utility classes and interfaces for DevExpress components.

Assemblies: DevExpress.Data.Desktop.v24.2.dll, DevExpress.Data.v24.2.dll

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

#Classes

Name Description
ClipboardAccessPolicy static Allows you to control clipboard-related operations initiated by users and DevExpress UI controls for WinForms and WPF.
ClipboardAccessPolicy.ClipboardOperationEventArgs Contains data for clipboard-related events.
ClipboardAccessPolicy.ClipboardOperationRequestEventArgs Contains data for clipboard-related events.
ClipboardAccessPolicy.FailedEventArgs Contains data for the Failed event.
EnvironmentPolicy static Allows you to spot, analyze, and prohibit unwanted requests to System.Environment initiated by DevExpress controls.
EnvironmentPolicy.ExitingProcessEventArgs Contains data for the ExitingProcess event.
EnvironmentPolicy.ExpandedEnvironmentVariablesEventArgs Contains data for the ExpandedVariables event.
EnvironmentPolicy.ExpandingEnvironmentVariablesRequestEventArgs Contains data for the ExpandingVariables event.
EnvironmentPolicy.FailedEventArgs Contains data for the Failed event.
EnvironmentPolicy.GettingEnvironmentVariableRequestEventArgs Contains data for the GettingVariable event.
EnvironmentPolicy.GotEnvironmentVariableEventArgs Contains data for the GotVariable event.
EnvironmentPolicy.PathEventArgs Contains data for the SetCurrentDirectory event.
EnvironmentPolicy.PathRequestEventArgs Contains data for the SettingCurrentDirectory event.
EnvironmentPolicy.ReadCurrentProcessDataEventArgs Contains data for the ReadCurrentProcessData event.
EnvironmentPolicy.ReadingCurrentProcessDataEventArgs Contains data for the ReadingCurrentProcessData event.
EnvironmentPolicy.SetEnvironmentVariableEventArgs Contains data for the SetVariable event.
EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs Contains data for the SettingVariable event.
EnvironmentPolicy.SpecialFolderEventArgs Contains data for the ReadSpecialFolder event.
EnvironmentPolicy.SpecialFolderRequestEventArgs Contains data for the ReadingSpecialFolder event.
NonCryptographicRandom A random number generator.
ProcessStartPolicy static Allows you to control processes initiated by DevExpress UI controls in response to user actions.
ProcessStartPolicy.ProcessStartFailedExceptionEventArgs Contains data for the Failed event.
RegistryAccessPolicy static Allows you to spot, analyze, and prohibit unwanted requests to the system registry.
RegistryAccessPolicy.FailedEventArgs Contains data for the Failed event.
RegistryAccessPolicy.QuerySubKeyTreeOperationEventArgs Contains data for EnumerateSubKeyTree and DeleteSubKeyTree events.
RegistryAccessPolicy.RegistryOperationBaseEventArgs The base class for classes that contain data for RegistryAccessPolicy events.
RegistryAccessPolicy.ValueEventArgs Contains data for QueryValue, SetValue, and DeleteValue events.

#Interfaces

Name Description
IDataDirectoryPatchingService Allows you to change the path specified in the connection string as required to access the data source file.

#Enums

Name Description
RegistryAccessPolicy.SubKeyTreeOperation Lists operations that can be performed on subkeys in the system registry.
RegistryAccessPolicy.ValueOperation Enumerates operations available to access values ​​in a registry key.