XtraLocalizer.QueryLocalizedStringEventArgs Members
Contains data for the QueryLocalizedString, QueryLocalizedStringNonTranslated, and QueryLocalizedStringContainerResource events.Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
ContainerType | Gets the type of a localizer object or data form shipped as part of a DevExpress UI control. |
Culture | Gets the culture name of ResourceStringID. |
InvariantString | Gets the culture-independent (invariant) resource string. |
IsTranslated | Gets whether the resource string is localized (translated) for the current locale (culture). |
ResourceStringID | Gets 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. |
StringID | Gets the enumeration member in StringIDType that corresponds to the processed resource string. |
StringIDType | Gets the type of the resource string identifier for DevExpress UI controls. |
Value | Gets or sets the resource string. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines 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