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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual bool DisposeOnRemove { get; set; }

Property Value

Boolean

Implements

IWorkspaceItemDisposeOnRemove
See Also