windowsforms-404426-ui-templates-buttons-twin-button.md
A button (TwinButton) consisting of two buttons with opposing actions displayed side by side.
The FisrtText and SecondText properties specify the text displayed within left and right buttons.
Use FirstIconImageOptions and SecondIconImageOptions properties to display a raster or SVG image within buttons. You can choose from the thousands of high-quality SVG/PNG icons from the DevExpress Image Gallery or use your own graphics.
The FirstClick and SecondClick events allow you to handle button clicks. Call the PerformFirstClick or PerformSecondClick method to raise the corresponding event in code.
Buttons are created with HTML & CSS templates. This allows you to create fully customized buttons. Template customizations are handled with our HTML Template Editor that is integrated into the Visual Studio IDE. This tool uses an embedded Syntax Editor with autocomplete, tag navigation, and preview features.
See Also