Skip to main content

RuntimeStringIdInfo.Value Property

Gets or sets a new value for the specified resource string.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public string Value { get; set; }

#Property Value

Type Description
String

A String value that specifies a new value for the specified resource string.

#Examples

See Also