[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1

Item<T> Class

Represents the item which content is specified type of T.

Inheritance
Item<T>
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public abstract class Item<T> : IEquatable<Item<T>>, INotifyPropertyChanged
Public MustInherit Class Item(Of T)
    Implements IEquatable(Of Item(Of T)), INotifyPropertyChanged
Type Parameters
Name Description
T

The type of content item.

Constructors

Name Description
Item()

Initializes a new instance of Item<T>.

Item(T)

Initializes a new instance of Item<T>.

Properties

Name Description
Value

Gets or sets the content value of Item.

Methods

Name Description
CompareValue(T, T)

Compare two values of T.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns the hash code for this Item.

Operators

Name Description
operator ==(Item<T>, Item<T>)

Returns a value indicating whether two instances of Item<T> are equal.

operator !=(Item<T>, Item<T>)

Returns a value indicating whether two instances of Item<T> are not equal.