Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Placement Enum

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#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.

#Related API Members

The following properties accept/return Placement values:

#Remarks

Use the FloatingObject.Placement property to specify how the shape (picture) is attached to the underlying cells.

See Also