Skip to main content

RuntimeStringIdInfo Members

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

#Constructors

Name Description
RuntimeStringIdInfo() Initializes a new instance of the RuntimeStringIdInfo class.
RuntimeStringIdInfo(GridControlRuntimeStringId, String) Initializes a new instance of the RuntimeStringIdInfo class with specified settings.

#Properties

Name Description
Id Gets or sets a value that identifies the required resource string.
Value Gets or sets a new value for the specified resource string.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object) Determines whether the specified Object is equal to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also