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

TdxGuideViewInfo.BorderWidth Property

Returns the width of guide UI adorner‘s outlines, in pixels.

#Declaration

Delphi
property BorderWidth: Integer read;

#Property Value

Type
Integer

#Remarks

This property returns the dxGuideSelectedBorderWidth global constant value if the guide’s Selected property is set to True. Otherwise, the BorderWidth property returns the dxGuideNormalBorderWidth global constant value.

See Also