Skip to main content
A newer version of this page is available. .

DevExpress.Utils Namespace

Contains utility classes used by DevExpress controls and components.

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Classes

Name Description
AzureCompatibility static Provides an option to fix issues with unexpected output content (such as red crosses X, distorted fonts, etc.) for Printing, Reporting, RichEditDocumentServer and PDF libraries used on the Microsoft Azure Web Sites.
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).
UrlAccessSecurityLevelSetting Specifies the security settings for resolving URL’s in a web application.

Structs

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

Delegates

Name Description
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
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 allows loading images using the “file://“ protocol.
VertAlignment Specifies the vertical alignment of an object or text in a control.
WordWrap Enumerates wrapping modes.