Namespace Syncfusion.Design
Classes
| DesignerPersistance |
| ShouldSerializeBasedPersisterType
If the static DesignerPersistance.IsPersisting property gets set, then deriving from this type will do the following: It will return a custom property descriptor for the properties it contains that will return property values after checking the ShouldSerializeXXX impl. This is useful while serializing web pages in the designer - as the web designer doesn't check for ShouldSerializeXXX, by default. |
| ShouldSerializeCheckingPropertyDescriptor |
| UseShouldSerializeAttribute |