Overload List

  NameDescription
FieldItem(Object)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set the Value property.
FieldItem(Object, FieldItem)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value and Parent properties.
FieldItem(Object, Int32)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value and Index properties.
FieldItem(Object, Int32, FieldItem)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value, Index and Parent properties.
FieldItem(Object, Object, FieldItem)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value, DisplayValue and Parent properties.
FieldItem(Object, Object, Int32, FieldItem)
Initializes a new instance of the FieldItem class with specific parameters. Parameters set Value, DisplayValue, Index and Parent properties.

See Also