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

TdxSpreadSheetAbstractFormulaBar.Transparent Property

Specifies if the Formula Bar control’s background is transparent.

#Declaration

Delphi
property Transparent: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True or False to enable or disable the control’s transparency. The control fills its background with the parent’s color if the property is set to False.

Note

The Transparent property affects only the Formula Bar control’s background. The control’s editors are always opaque.

The default Transparent property value is False.

See Also