 | BcfRowViewRepositoryRemoveProperty Method (String, Boolean) |
Removes specified property.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic void RemoveProperty(
string propertyName,
bool raiseMetaDataChanged
)
Public Sub RemoveProperty (
propertyName As String,
raiseMetaDataChanged As Boolean
)
Parameters
- propertyName
- Type: SystemString
Name of the property to remove. - raiseMetaDataChanged
- Type: SystemBoolean
If all tableviews of repository will raise ListChanged.PropertyDescriptorChanged and ListChanged.Reset after remoing the property.
Exceptions
See Also