Back to Devexpress

XtraLocalizer.QueryLocalizedStringEventArgs.InvariantString Property

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-querylocalizedstringeventargs-a106484d.md

latest1.3 KB
Original Source

XtraLocalizer.QueryLocalizedStringEventArgs.InvariantString Property

Gets the culture-independent (invariant) resource string.

Namespace : DevExpress.Utils.Localization

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public string InvariantString { get; }
vb
Public ReadOnly Property InvariantString As String

Property Value

TypeDescription
String

The culture-independent resource string.

|

See Also

XtraLocalizer.QueryLocalizedStringEventArgs Class

XtraLocalizer.QueryLocalizedStringEventArgs Members

DevExpress.Utils.Localization Namespace