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

TdxSpreadSheetContainerCustomizationDialogForm.Container Property

Provides access to the target floating container of the “Customize Object” dialog.

#Declaration

Delphi
property Container: TdxSpreadSheetContainer read;

#Property Value

Type
TdxSpreadSheetContainer

#Remarks

The “Customize Object” dialog uses this property to retrieve and update settings common to all floating container types. The Initialize procedure uses its AContainer parameter to initialize the Container property.

See Also