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

TdxAlertWindowOptionsBehavior.ScreenSnap Property

Specifies whether dragging an alert window within the proximity of a screen edge automatically sticks the window to this screen edge.

#Declaration

Delphi
property ScreenSnap: Boolean read; write; default dxAlertWindowDefaultScreenSnap;

#Property Value

Type Default
Boolean dxAlertWindowDefaultScreenSnap

#Remarks

Screen edge sticking helps end-users easily arrange their alert windows and avoid cluttering the view. To enable screen edge sticking, set the ScreenSnap property to True. You can specify the effective proximity range via the ScreenSnapBuffer property.

The default value of the ScreenSnap property is specified by the dxAlertWindowDefaultScreenSnap global constant.

See Also