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

TdxDockingManager.SelectionFrameWidth Property

Specifies the default width of the pen used to paint the docking frame and resizing bar.

#Declaration

Delphi
property SelectionFrameWidth: Integer read; write; default dxSelectionFrameWidth;

#Property Value

Type
Integer

#Remarks

The image below shows the resizing bar when this property is set to 4 and 8 respectively.

Note that you can custom paint docking frames and resizing bars. Please refer to the Docking Frame and Resizing Bar Custom Painting topic for details.

The default value of the SelectionFrameWidth property is dxSelectionFrameWidth.

See Also