ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

ValueItem Constructor (String, Object)

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.