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 public enum DockingPropogateCellList
Members
| Member name | Value | Description |
---|
| All | 0 | Specifies a list of all cells be created. |
| Docked | 1 | Specifies a list of all docked cells be created. |
| Floating | 2 | Specifies a list of all floating cells be created. |
| Workspace | 3 | Specifies a list of all workspace cells be created. |
See Also