TcxCustomEditProperties.ButtonsViewStyle Property
Specifies how the editor displays content and embedded buttons.
Declaration
property ButtonsViewStyle: TcxEditButtonsViewStyle read; write; default bvsNormal;
Property Value
Type | Default | Description |
---|---|---|
TcxEditButtonsViewStyle | bvsNormal | The active button display style. |
Remarks
Use the ButtonsViewStyle
property to designate the view style, the manner in which 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.
Limitations
The following editors cannot display embedded buttons:
- TcxCheckBox
- Represents a check box control that allows selecting an option.
- TcxDBCheckBox
- Represents a data-aware control which supports “checked”, “unchecked” and “grayed” states.
- TcxLabel
- Represents the label control.
- TcxDBLabel
- Represents data-aware version of the TcxLabel.
- TdxFormattedLabel
- An unbound formatted label control.
- TdxDBFormattedLabel
- A data-aware formatted label control.
Refer to individual TcxCustomEdit class descendant descriptions for details.
Default Value
The ButtonsViewStyle
property’s default value is vsNormal.
See Also