Back to Devexpress

XtraLocalizer.QueryLocalizedStringEventArgs Members

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

latest5.0 KB
Original Source

XtraLocalizer.QueryLocalizedStringEventArgs Members

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

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string in the following format: {ResourceStringID}: “{Value}”/“{InvariantString”}.

See Also

XtraLocalizer.QueryLocalizedStringEventArgs Class

DevExpress.Utils.Localization Namespace