The Many type exposes the following members.

Constructors

  NameDescription
Many

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
OnPropertyChanging
Raises the PropertyChanging event.
Reset
Resets the property to a default value across all objects.

Properties

  NameDescription
IsConsistent
Gets a value indicating whether the Many contains consistent values.
IsReadOnly
Gets whether the property value is read-only.
PropertyType
Gets the data type of the property.
PropertyTypeName
Gets the (short) name of the data type of the property.
RawValue
Gets the value (if available). This value is meaningful only if IsConsistent is true.
Values
Gets the values across the selected objects.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
PropertyChanging
Occurs when a property value is changing.

See Also