Click or drag to resize

KryptonWorkspaceCellDisposeOnRemove Property

Should the item be disposed when it is removed from the workspace.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual bool DisposeOnRemove { get; set; }

Property Value

Type: Boolean

Implements

IWorkspaceItemDisposeOnRemove
See Also