Initializes a new instance of the ValueItem class.
[Visual Basic]
Public Function New( _
ByVal value As String, _
ByVal displayValue As Object _
)
[C#]
public ValueItem(
string value,
object displayValue
);
[Delphi]
public constructor Create(
value: String;
displayValue: Object
); overload;
Parameters
value
Underlying data value.
displayValue
Translated value.
See Also
ValueItem Class | ValueItem Members | C1.Win.C1TrueDBGrid Namespace | ValueItem Constructor Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |