CommonButtonBase.ShouldSerializeProperty(DependencyProperty) method¶
Defined in
Type: CommonButtonBase
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected override bool ShouldSerializeProperty(DependencyProperty dp)
Summary: Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
Parameters
| Name | Type | Description |
|---|---|---|
dp | DependencyProperty | The identifier for the dependency property that should be serialized. |
Returns: bool -- true if the dependency property that is supplied should be value-serialized; otherwise, false.