Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditRepositoryButtonItem.Properties Property

Provides access to stored button editor settings.

#Declaration

Delphi
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