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

TdxTileBarItemPopupOptions.BorderColor Property

Specifies the color of the popup control‘s borders.

#Declaration

Delphi
property BorderColor: TColor read; write; default clNone;

#Property Value

Type Default
TColor clNone

#Remarks

Use the BorderColor, BorderHeight, and BorderWidth properties to determine the visibility and appearance of the horizontal and vertical borders outlining the popup control. If the BorderColor property is set to clNone or clDefault, both the horizontal and vertical extra borders are hidden irrespective of the BorderHeight and BorderWidth property values.

The default value of the BorderColor property is clNone.

See Also