Placement Enum
Lists the ways the object is attached to the cells below it.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
MoveAndSize
|
The object (picture) moves and sizes with the underlying cells. |
Move
|
The object (picture) moves with the underlying cells. |
FreeFloating
|
The object (picture) does not move or size with cells. |
Remarks
Use the FloatingObject.Placement property to specify how the shape (picture) is attached to the underlying cells.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Placement enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.