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

TdxSpreadSheetContainer.Parent Property

Specifies the worksheet to which the floating container belongs.

#Declaration

Delphi
property Parent: TdxSpreadSheetCustomView read; write;

#Property Value

Type
TdxSpreadSheetCustomView

#Remarks

You can use this property to:

  • Identify the worksheet to which the container belongs.

  • Move the container between different worksheets within the same spreadsheet document. Assign a different worksheet to the Parent property. The container retains its anchor and appearance settings.

The Create constructor uses its AView parameter value to initialize the Parent property.

See Also