XtraLocalizer.QueryLocalizedStringEventArgs Members
In This Article
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Container |
Gets the type of a localizer object or data form shipped as part of a DevExpress UI control. |
Culture |
Gets the culture name of Resource |
Invariant |
Gets the culture-independent (invariant) resource string. |
Is |
Gets whether the resource string is localized (translated) for the current locale (culture). |
Resource |
Gets the value of the enumeration member in String |
String |
Gets the enumeration member in String |
String |
Gets the type of the resource string identifier for DevExpress UI controls. |
Value | Gets or sets the resource string. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string in the following format: {Resource |
See Also