Skip to main content
All docs
V24.2

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

Button

The button template (Button) is a simple button that supports CSS & HTML Templates. You can use these templates to personalize the button.

#Button Text & Image

The Text property specifies the button’s text.

Use the ImageOptions property to display an image within the button. You can choose from the thousands of high-quality SVG and PNG icons from the DevExpress Image Gallery or use your own graphics.

Button - WinForms UI Templates, DevExpress

#Handle Button Clicks

The Click event occurs when the user clicks on a button. Call the PerformClick method to raise the Click event in code.

#HTML & CSS Template Customization

Buttons are created with HTML & CSS templates. This allows you to create fully custom 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.

Custom Button HTML Template - WinForms UI Templates, DevExpress