Back to Devexpress

DevExpress.Utils Namespace

corelibraries-devexpress-7c60ce2a.md

latest6.8 KB
Original Source

DevExpress.Utils Namespace

Contains utility classes used by DevExpress controls and components.

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Classes

NameDescription
AzureCompatibility staticContains options used to fix issues on Microsoft Azure websites.
BindToTypePolicy staticAllows you to inspect assemblies/types and cancel the load operation or type resolution based on a specific condition.
BindToTypePolicy.BindToTypeBaseQueryArgsThe base class for BindToTypePolicy.QueryAssemblyLoadEventArgs, BindToTypePolicy.QueryBindToTypeEventArgs, and BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs classes.
BindToTypePolicy.QueryAssemblyLoadEventArgsContains data for the QueryAssemblyLoad event.
BindToTypePolicy.QueryBindToTypeEventArgsContains data for the QueryBindToType event.
BindToTypePolicy.QueryNonTrustedTypeValidationEventArgsContains 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.
FormatInfoProvides formatting settings.
LayoutAllowEventArgsProvides data for events raised when upgrading a control’s layout, allowing you to cancel the upgrade (e.g. BaseView.BeforeLoadLayout, BarManager.BeforeLoadLayout, etc.).
LayoutUpgradeEventArgsProvides 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.
OptionsColumnLayoutContains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry).
OptionsLayoutBaseRepresents 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).
OptionsLayoutGridContains options that specify how a control’s layout is stored to and restored from storage (a stream, xml file or system registry).
PropertyAllowEventArgsContains data for PropertySerializing and PropertyDeserializing events.
UrlResolver

Structs

NameDescription
PointFloatRepresents a point with floating X and Y values.

Delegates

NameDescription
BindToTypePolicy.WeakEventHandler<TEventArgs>
LayoutAllowEventHandlerA 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.).
LayoutUpgradeEventHandlerA method that will handle events raised when upgrading a control’s layout (e.g., BaseView.LayoutUpgrade, BarManager.LayoutUpgrade, etc.).

Enums

NameDescription
BindToTypePolicy.LoadLevelLists values that correspond to load levels (supports the internal infrastructure and is not intended to be used directly from your code).
BindToTypePolicy.QueryLevelLists values that correspond to query levels (supports the internal infrastructure and is not intended to be used directly from your code).
DefaultBooleanLists values which specify the validity of a condition (indicates whether the condition is true or false).
FormatTypeEnumerates values for the FormatInfo.FormatType property.
HorzAlignmentSpecifies the horizontal alignment of an object or text in a control.
UrlAccessSecurityLevelLists the values specifying whether a report control can load images using the “file://“ protocol.
VertAlignmentSpecifies the vertical alignment of an object or text in a control.
WordWrapEnumerates wrapping modes.