vcl-cxbuttons-dot-tcxcustombutton-ce0f9b20.md
Provides access to speed button settings.
property SpeedButtonOptions: TcxSpeedButtonOptions read; write;
| Type | Description |
|---|---|
| TcxSpeedButtonOptions |
Stores speed button-related settings.
|
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).
Note
All settings accessible through the SpeedButtonOptions property have no effect if the Kind property is set to cxbkCommandLink.
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