TcxEditButtonsViewStyle Enum
Represents the view style of buttons in an edit control.
Declaration
TcxEditButtonsViewStyle = (
bvsNormal,
bvsButtonsOnly,
bvsButtonsAutoWidth
);
Members
Name |
---|
bvsNormal
|
bvsButtonsOnly
|
bvsButtonsAutoWidth
|
Remarks
The TcxEditButtonsViewStyle type enumerates button view styles which are set via the TcxCustomEditProperties.ButtonsViewStyle property.
Value | Meaning |
---|---|
bvsNormal | The edit control displays the editor text and buttons (if any). |
bvsButtonsOnly | The edit control displays buttons only (if any). |
bvsButtonsAutoWidth | The edit control displays buttons only (if any). The width of the edit control is adjusted according to the buttons’ widths. |
The width of a particular button is controlled by its Width and Stretchable properties.
See Also