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

TdxControlFrameDragOptions Class

Stores frame border drag settings.

#Declaration

Delphi
TdxControlFrameDragOptions = class(
    TcxInterfacedPersistent
)

#Remarks

The TdxControlFrameDragOptions class has members that allow you to do the following:

  • Allow users to drag frame borders at runtime (Enabled).
  • Specify if the framed control automatically determines its draggable borders (AutoDetectBorders).
  • Adjust the size of the active area where users can start dragging a frame border (DetectionAreaSize).
  • Explicitly specify draggable borders (Borders).

A framed control’s Frame.Drag property references a TdxControlFrameDragOptions object.

Note

Users cannot drag frame borders regardless of the Drag.Enabled property value if the framed control’s AutoSize property is set to True.

See Also