Skip to main content

TcxDBButtonEdit.Properties Property

Provides access to button editor settings.

Declaration

property Properties: TcxButtonEditProperties read; write;

Property Value

Type Description
TcxButtonEditProperties

Stores button editor settings.

Remarks

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.

Available Options

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