vcl-cxdbedit-dot-tcxdbbuttonedit-88ef3ed7.md
Provides access to button editor settings.
property Properties: TcxButtonEditProperties read; write;
| Type | Description |
|---|---|
| TcxButtonEditProperties |
Stores button editor settings.
|
You can use the Properties property to access and customize button editor settings if the RepositoryItem property is unspecified. If a button editor repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the button editor.
Note
You can use the ActiveProperties property to identify settings that currently affect the button editor.
You can use the Properties.Buttons property to create, manage, and configure embedded buttons. The Properties.Images property allows you to specify the source of images for embedded button glyphs.
Refer to the TcxButtonEditProperties class description for detailed information on all available options.
See Also
TcxDBButtonEdit.ActiveProperties Property