Skip to main content

DevExpress.Utils Namespace

Contains utility classes used by DevExpress controls and components.

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Classes

Name Description
AzureCompatibility static Contains options used to fix issues on Microsoft Azure websites.
BindToTypePolicy static Allows you to inspect assemblies/types and cancel the load operation or type resolution based on a specific condition.
BindToTypePolicy.BindToTypeBaseQueryArgs The base class for BindToTypePolicy.QueryAssemblyLoadEventArgs, BindToTypePolicy.QueryBindToTypeEventArgs, and BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs classes.
BindToTypePolicy.QueryAssemblyLoadEventArgs Contains data for the QueryAssemblyLoad event.
BindToTypePolicy.QueryBindToTypeEventArgs Contains data for the QueryBindToType event.
BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs Contains data for the QueryNonTrustedTypeValidation event.
DeserializationSettings static
DXCollection<T> Represents the universal collection, which may be used as a base class for other collection classes.
DXCollectionBase<T> Represents the universal collection, which may be used as a base class for other collection classes.
FormatInfo Provides formatting settings.
LayoutAllowEventArgs Provides data for events raised when upgrading a control’s layout, allowing you to cancel the upgrade (e.g. BaseView.BeforeLoadLayout, BarManager.BeforeLoadLayout, etc.).
LayoutUpgradeEventArgs Provides data for the events raised when upgrading a control’s layout (e.g., BaseView.LayoutUpgrade, BarManager.LayoutUpgrade, etc.).
NotificationCollection<T> Represents a base class for collections that are able to send update notifications.
OptionsColumnLayout Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry).
OptionsLayoutBase Represents the base class for classes which contain the options that are responsible for how the control’s layout is stored to and restored from storage (a stream, xml file or system registry).
OptionsLayoutGrid Contains options that specify how a control’s layout is stored to and restored from storage (a stream, xml file or system registry).
PropertyAllowEventArgs Contains data for PropertySerializing and PropertyDeserializing events.
UrlAccessSecurityLevelSetting Specifies the security settings for resolving URL’s in a web application.
UrlResolver

Structs

Name Description
PointFloat Represents a point with floating X and Y values.

Delegates

Name Description
BindToTypePolicy.WeakEventHandler<TEventArgs>
LayoutAllowEventHandler A method that will handle events raised when upgrading a control’s layout, allowing you to cancel the upgrade (e.g. BaseView.BeforeLoadLayout, BarManager.BeforeLoadLayout, etc.).
LayoutUpgradeEventHandler A method that will handle events raised when upgrading a control’s layout (e.g., BaseView.LayoutUpgrade, BarManager.LayoutUpgrade, etc.).

Enums

Name Description
BindToTypePolicy.LoadLevel Lists values that correspond to load levels (supports the internal infrastructure and is not intended to be used directly from your code).
BindToTypePolicy.QueryLevel Lists values that correspond to query levels (supports the internal infrastructure and is not intended to be used directly from your code).
DefaultBoolean Lists values which specify the validity of a condition (indicates whether the condition is true or false).
FormatType Enumerates values for the FormatInfo.FormatType property.
HorzAlignment Specifies the horizontal alignment of an object or text in a control.
UrlAccessSecurityLevel Lists the values specifying whether a report control can load images using the “file://“ protocol.
VertAlignment Specifies the vertical alignment of an object or text in a control.
WordWrap Enumerates wrapping modes.