Click or drag to resize

DockingPropogateCellList Enumeration

Specifies a docking propogate for cell list.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum DockingPropogateCellList
Members
  Member nameValueDescription
All0Specifies a list of all cells be created.
Docked1Specifies a list of all docked cells be created.
Floating2Specifies a list of all floating cells be created.
Workspace3Specifies a list of all workspace cells be created.
See Also