Back to Devexpress

TcxDBButtonEdit.Properties Property

vcl-cxdbedit-dot-tcxdbbuttonedit-88ef3ed7.md

latest1.7 KB
Original Source

TcxDBButtonEdit.Properties Property

Provides access to button editor settings.

Declaration

delphi
property Properties: TcxButtonEditProperties read; write;

Property Value

TypeDescription
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

TcxDBButtonEdit.ActiveProperties Property

TcxDBButtonEdit.DataBinding Property

TcxDBButtonEdit Class

TcxDBButtonEdit Members

cxDBEdit Unit