Skip to main content

TcxEditRepositoryButtonItem.Properties Property

Provides access to stored button editor settings.

Declaration

property Properties: TcxButtonEditProperties read; write;

Property Value

Type Description
TcxButtonEditProperties

Stores button editor settings.

Remarks

Use the Properties.Buttons property to manage the editor’s button collection. The Properties.ButtonsViewStyle property allows you to switch between available button display modes.

Refer to the TcxButtonEditProperties class description for detailed information on all available options.

See Also