The Item type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DataField
Gets or sets the name of the field from the data source that contains the values to bind to this item.
Dpi
Gets or sets the item resolution, in dots per inch.
Name
Gets or sets the programmatic identifier or name assigned to the item.
UnitType
Gets or sets the Unit of Measurement for the item.
X
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
Y
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.

See Also