Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties.ButtonsViewStyle Property

Specifies the view style for the editor text and buttons displayed within the editor.

Declaration

property ButtonsViewStyle: TcxEditButtonsViewStyle read; write; default bvsNormal;

Property Value

Type Default
TcxEditButtonsViewStyle bvsNormal

Remarks

Use the ButtonsViewStyle property to designate the view style, the manner the editor text and buttons (if any) are displayed within the editor. Refer to the TcxEditButtonsViewStyle type description for the list of available view styles.

The default value of the ButtonsViewStyle property is vsNormal.

See Also