Skip to main content
All docs
V25.1
  • Chip Button

    Chips are compact visuals that allow users to make selections, filter content, or trigger actions.

    Chip Button - WinForms UI Templates, DevExpress

    Chip State

    The Checked property specifies the chip button’s checked state.

    chipButton.Checked = true;
    

    Handle the chip button’s CheckedChanged event to respond to state changes.

    Show/Hide a Check

    You can use the ShowCheck property to specify whether to display a check.

    Display an Image

    Use ImageOptions property to display an image within the chip button. You can choose an image from the DevExpress Image Gallery, which is packed with thousands of high-quality SVG and PNG icons, or you can specify your own graphics.

    Chip Button Icon - WinForms UI Templates, DevExpress

    HTML & CSS Template Customization

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

    See Also