Skip to main content

RuntimeStringIdInfo Class

Represents an element in the DataViewBase.RuntimeLocalizationStrings collection and corresponds to a resource string that can be localized at runtime.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public class RuntimeStringIdInfo

#Remarks

To translate individual resource strings at runtime, create a RuntimeStringIdInfo object with the specified RuntimeStringIdInfo.Id and RuntimeStringIdInfo.Value properties, and add it to the View's DataViewBase.RuntimeLocalizationStrings collection. The RuntimeStringIdInfo.Id property identifies the required resource string. The RuntimeStringIdInfo.Value property specifies a new value for it.

#Examples

#Inheritance

Object
RuntimeStringIdInfo
See Also