KryptonPersistAttribute Constructor (Boolean, Boolean) |
Initialize a new instance of the KryptonPersistAttribute class.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public KryptonPersistAttribute(
bool navigate,
bool populate
)
Parameters
- navigate
- Type: SystemBoolean
Should persistence navigate down the property. - populate
- Type: SystemBoolean
Should property be reset as part of a populate operation.
See Also