Skip to main content

TcxCustomButton.SpeedButtonOptions Property

Provides access to speed button settings.

Declaration

property SpeedButtonOptions: TcxSpeedButtonOptions read; write;

Property Value

Type Description
TcxSpeedButtonOptions

Stores speed button-related settings.

Remarks

Use the SpeedButtonOptions property to configure the button as a part of a button group (similar to the TSpeedButton component shipped with the standard VCL library).

VCL Editors: Three Speed Buttons as a Group

Note

All settings accessible through the SpeedButtonOptions property have no effect if the Kind property is set to cxbkCommandLink.

Available Options

Use the SpeedButtonOptions.GroupIndex property to associate the current button with other buttons. All grouped buttons allow users to switch between multiple options for the same setting, similar to a radio group. The SpeedButtonOptions.Down property specifies the button’s pressed state within the created group.

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

See Also