Click or drag to resize

BcfRowView Properties

The BcfRowView type exposes the following members.

Properties
  NameDescription
Public propertyHasErrors
Public propertyIsDiscarded
Gets a value indicating whether the instance is discarded. When IsDiscarded becomes the PropertyChanged event will not be raised. Override OnDiscard to perform custom cleanup tasks.
Protected propertyRaisePropertyChangedForHasErrors
Gets a value indicating PropertyChanged will be raised when HasErrors changed. Default implementation returns always .
Public propertyRepository
Gets the BcfRowViewRepository item this BcfRowView belongs to.
Public propertyRow
Gets the associated BcfRow or - if this is a virtual row-view - .
Public propertyRowViewId
Gets the BcfRowView identifier.
Top
See Also