Skip to main content

DataField<T> Properties

An object defining properties for the DataField<T> class.

IsChanged

Indicates whether the value of the field has been changed.

Type: bool


Value

Contains the value of the field, with the type specified by T.

Type: T