IsSmartDiffCodeSerializationRequired Property
IsSmartDiffCodeSerializationRequired
Gets or sets method used to identify whether FormDesignerControl
content should be saved only by taking into account code difference.
Declaration
[Browsable(false)]
public Func<IFormDesignerControl, bool> IsSmartDiffCodeSerializationRequired { get; set; }
Property Value
Type | Description |
---|---|
Func<IFormDesignerControl, Boolean> |