Table of Contents

Method ShouldSerializeProperty

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ShouldSerializeProperty(DependencyProperty)

Override this method to control whether a DependencyProperty should be serialized. The base implementation returns true if the property is set (locally) on this object.

protected virtual bool ShouldSerializeProperty(DependencyProperty dp)

Parameters

dp DependencyProperty

Returns

bool