Skip to main content

RuntimeStringIdInfo(GridControlRuntimeStringId, String) Constructor

Initializes a new instance of the RuntimeStringIdInfo class with specified settings.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public RuntimeStringIdInfo(
    GridControlRuntimeStringId id,
    string value
)

#Parameters

Name Type Description
id GridControlRuntimeStringId

A DevExpress.Xpf.Grid.GridControlRuntimeStringId enumeration value that identifies the required resource string.

value String

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

#Examples

See Also