Skip to main content

RuntimeStringIdInfo.Id Property

Gets or sets a value that identifies the required resource string.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridControlRuntimeStringId Id { get; set; }

#Property Value

Type Description
GridControlRuntimeStringId

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

#Examples

See Also