DataItem Class
Contains a data item to display in a collection use in a ComboBox for example.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.ClientDataItem

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
[ContentPropertyAttribute("Display")]
public class DataItem : INotifyPropertyChanged

The DataItem type exposes the following members.

Constructors
  NameDescription
Public methodDataItem
Initializes a new instance of the DataItem class.
Public methodDataItem(String, Object)
Initializes a new instance of the DataItem class.
Top
Methods
  NameDescription
Public methodClone
Creates a clone of the DataItem.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDisplay
Gets or sets the text to display in an items control.
Public propertyTypeName
Gets or sets the type of the runtime type name of the Value.
Public propertyValue
Gets or sets the value to return when the data item is selected.
Top
See Also