Skip to main content

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

TdxSpreadSheetTableViewSelection.FocusedContainer Property

Specifies a focused floating container object.

#Declaration

Delphi
property FocusedContainer: TdxSpreadSheetContainer read; write;

#Property Value

Type
TdxSpreadSheetContainer

#Remarks

Use this property to set the focus to a specific shape, picture, text box, or comment container within the active Table View worksheet. You can also use the FocusedContainer property to identify which of the floating containers is focused, if any of them actually are.

A cell and floating container cannot be focused simultaneously.

Note

The focused floating container does not count towards the total number of selected areas.

See Also