Back to Devexpress

XtraLocalizer.QueryLocalizedStringEventArgs Properties

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-querylocalizedstringeventargs-dot-underscore-properties.md

latest2.8 KB
Original Source

XtraLocalizer.QueryLocalizedStringEventArgs Properties

Contains data for the QueryLocalizedString, QueryLocalizedStringNonTranslated, and QueryLocalizedStringContainerResource events.

NameDescription
ContainerTypeGets the type of a localizer object or data form shipped as part of a DevExpress UI control.
CultureGets the culture name of ResourceStringID.
InvariantStringGets the culture-independent (invariant) resource string.
IsTranslatedGets whether the resource string is localized (translated) for the current locale (culture).
ResourceStringIDGets the value of the enumeration member in StringIDType that corresponds to the processed resource string, or the value that uniquely identifies the form’s UI element/control.
StringIDGets the enumeration member in StringIDType that corresponds to the processed resource string.
StringIDTypeGets the type of the resource string identifier for DevExpress UI controls.
ValueGets or sets the resource string.

See Also

XtraLocalizer.QueryLocalizedStringEventArgs Class

XtraLocalizer.QueryLocalizedStringEventArgs Members

DevExpress.Utils.Localization Namespace