XtraLocalizer.QueryLocalizedStringEventArgs Properties
Contains data for the QueryLocalizedString, QueryLocalizedStringNonTranslated, and QueryLocalizedStringContainerResource events.
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. |
See Also