TdxSpreadSheetFormulaBarOptionsView.ShowButtons Property
Specifies if the Formula Bar control displays buttons.
Declaration
property ShowButtons: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False or True to hide or display the “Cancel”, “Enter”, and “Insert Function” buttons on the Formula Bar.
Value | Example |
---|---|
True | |
False |
The ShowButtons property’s default value is True.
See Also