Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Placement Enum

Lists the ways the object is attached to the cells below it.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum Placement

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.

See Also