Back to Devexpress

DevExpress.ExpressApp.Utils Namespace

expressappframework-devexpress-dot-expressapp-419c37fc.md

latest4.3 KB
Original Source

DevExpress.ExpressApp.Utils Namespace

Contains utility classes used by XAF.

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Classes

NameDescription
BoolListA list of string key/Boolean value pairs, which provides the resulting Boolean value, based on the pair values.
BoolValueChangedEventArgsRepresents arguments passed to the BoolList.ResultValueChanged event.
CaptionHelperExposes static methods used to localize display captions in an XAF application.
CustomizeConvertCompoundNameEventArgsArguments passed to the CaptionHelper.CustomizeConvertCompoundName event.
CustomizeImageInfoEventArgsArguments passed to the ImageLoader.CustomizeImageInfo event.
CustomizeTableNameEventArgsFor internal use.
DataViewExpressionSpecifies a data view column name and expression used to compute the column value.
EnumDescriptorSupplies metadata information on an enumeration used in an XAF application.
Guard staticRepresents an argument checker. Exposes members used to validate method parameters.
ImageLoaderManages images used in an XAF application.
SplitStringRepresents a string which consists of two parts split by a separator.
StatusUpdatingEventArgsRepresents arguments passed to the XafApplication.StatusUpdating and ModuleUpdater.StatusUpdating events.

Interfaces

NameDescription
ICustomObjectSerializeDeclares methods implemented by classes that interact with the settings storage.
ITranslatorProviderDeclares members implemented by classes representing translation providers, which can be used in the Localization Tool.

Structs

NameDescription
ImageInfoSupplies metadata information on an image used in an XAF application.

Enums

NameDescription
BoolListOperatorTypeContains values that specify how the BoolList.ResultValue of a BoolList is determined.
CompoundNameConvertStyleContains values specifying how compound names can be processed.
ReadByNonExistentKeyModeContains values that specify how to process a situation when a BoolList is asked for a non-existent key’s value.