Click or drag to resize

BcfCommonRowView Properties

The BcfCommonRowView type exposes the following members.

Properties
  NameDescription
Public propertyHasErrors (Inherited from BcfRowView.)
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.
(Inherited from BcfRowView.)
Protected propertyRaisePropertyChangedForHasErrors
Gets a value indicating PropertyChanged will be raised when HasErrors changed. Default implementation returns always .
(Inherited from BcfRowView.)
Public propertyRepository
Gets the BcfRowViewRepository item this BcfRowView belongs to.
(Inherited from BcfRowView.)
Public propertyRow
Gets the associated BcfRow or - if this is a virtual row-view - .
(Inherited from BcfRowView.)
Public propertyRowViewId
Gets the BcfRowView identifier.
(Inherited from BcfRowView.)
Top
See Also