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

TcxCustomEditStyle.ButtonTransparency Property

Specifies the manner in which editor buttons are displayed.

#Declaration

Delphi
property ButtonTransparency: TcxEditButtonTransparency read; write;

#Property Value

Type
TcxEditButtonTransparency

#Remarks

The ButtonTransparency property allows you to define the different manners in which editor buttons are displayed when the edit control has or has not focus and when the mouse is positioned over it. The TcxEditButtonTransparency enumerator represents the button transparency styles.

When the ButtonTransparency property is assigned, the svButtonTransparency flag is set to the AssignedValues property.

See Also