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

TdxFramedControl.Frame Property

Provides access to the framed control’s border-related settings.

#Declaration

Delphi
property Frame: TdxControlFrameOptions read; write;

#Property Value

Type Description
TdxControlFrameOptions

Frame border appearance and behavior settings.

#Remarks

You can use the Frame.Borders property to hide or display individual frame borders and set the Frame.Drag.Enabled property to True to allow users to drag frame borders at runtime. Refer to the TdxControlFrameOptions class description for information on all available options.

See Also