Button List Styling

Description

Properties for styling the buttons within a Button List control.

Discussion

This section contains all the CSS class and inline style properties needed to customize the structural and interactive appearance of a Button List.

Name
Description
Button class name

Specifies the CSS class name applied to all buttons in the Button List.

Button disabled class name

Specifies the CSS class name applied to disabled buttons in the Button List.

Button first position class name

Specifies the CSS class name applied to the first button in the Button List.

Button hover class name

Specifies the CSS class name applied when a user hovers over a button in the Button List.

Button icon class name

Specifies the CSS class applied to icons within the Button List.

Button icon in-line style

Specifies custom inline CSS styles for icons within the Button List.

Button in-line style

Specifies custom inline CSS styles applied to the buttons in the Button List.

Button last position class name

Specifies the CSS class name applied to the last button in the Button List.

Button middle position class name

Specifies the CSS class name applied to all middle buttons in the Button List.

Button pressed class name

Define the css class that represents a pressed button.

Keep pressed

When the user clicks on a button, the button display changes. Should the button continue to be displayed in this state after the click event has ended?