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

TdxSpreadSheetContainerRestrictions Type

A set of restriction flags applied to end-user interaction with a floating container object.

#Declaration

Delphi
TdxSpreadSheetContainerRestrictions = set of TdxSpreadSheetContainerRestriction;

#Referenced Class

Type
TdxSpreadSheetContainerRestriction

#Remarks

The Spreadsheet control allows you to limit end-user interactions with a floating container object by adding one or more of the supported restriction flags. For the individual restriction flag descriptions, refer to the TdxSpreadSheetContainerRestriction type description.

The TdxSpreadSheetContainerRestrictions type is referenced by the floating container object’s Restrictions property.

See Also