Back to Devexpress

TdxControlFrameDragOptions Class

vcl-dxframedcontrol-18302910.md

latest1.8 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TdxControlFrameDragOptions

See Also

TdxControlFrameDragOptions Members

dxFramedControl Unit