Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DevExpress.ExpressApp.Utils Namespace

Contains utility classes used by XAF.

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Classes

Name Description
BoolList A list of string key/Boolean value pairs, which provides the resulting Boolean value, based on the pair values.
BoolValueChangedEventArgs Represents arguments passed to the BoolList.ResultValueChanged event.
CaptionHelper Exposes static methods used to localize display captions in an XAF application.
CustomizeConvertCompoundNameEventArgs Arguments passed to the CaptionHelper.CustomizeConvertCompoundName event.
CustomizeImageInfoEventArgs Arguments passed to the ImageLoader.CustomizeImageInfo event.
CustomizeTableNameEventArgs For internal use.
DataViewExpression Specifies a data view column name and expression used to compute the column value.
EnumDescriptor Supplies metadata information on an enumeration used in an XAF application.
Guard static Represents an argument checker. Exposes members used to validate method parameters.
ImageLoader Manages images used in an XAF application.
SplitString Represents a string which consists of two parts split by a separator.
StatusUpdatingEventArgs Represents arguments passed to the XafApplication.StatusUpdating and ModuleUpdater.StatusUpdating events.

Interfaces

Name Description
ICustomObjectSerialize Declares methods implemented by classes that interact with the settings storage.
ITranslatorProvider Declares members implemented by classes representing translation providers, which can be used in the Localization Tool.

Structs

Name Description
ImageInfo Supplies metadata information on an image used in an XAF application.

Enums

Name Description
BoolListOperatorType Contains values that specify how the BoolList.ResultValue of a BoolList is determined.
CompoundNameConvertStyle Contains values specifying how compound names can be processed.
ReadByNonExistentKeyMode Contains values that specify how to process a situation when a BoolList is asked for a non-existent key’s value.