Click or drag to resize

IWorkspaceItem Interface

Interface for an individual bar check item.

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 interface IWorkspaceItem

The IWorkspaceItem type exposes the following members.

Properties
 NameDescription
Public propertyDisposeOnRemove Should the item be disposed when it is removed from the workspace.
Public propertyWorkspaceActualSize Current pixel size of the item.
Public propertyWorkspaceAllowResizing Should the item be displayed in the workspace.
Public propertyWorkspaceMaxSize Get the defined maximum size.
Public propertyWorkspaceMinSize Get the defined minimum size.
Public propertyWorkspaceParent Reference to owning workspace item.
Public propertyWorkspacePreferredSize Current preferred size of the item.
Public propertyWorkspaceStarSize Get the defined star sizing value.
Public propertyWorkspaceVisible Should the item be displayed in the workspace.
Top
Methods
 NameDescription
Public methodCompact Perform any compacting actions allowed by the flags.
Top
Events
 NameDescription
Public eventMaximizeRestoreClicked Occurs when the user clicks the maximize/restore button.
Public eventPropertyChanged Occures when a property changes that affects workspace layout.
Top
See Also