Skip to main content

Button

Properties | Events

Button Control is a standard UI (User Interface) element used to trigger actions or events when clicked by the user.

Properties

Custom

Button Style 'btnstyle' String

Defines the visual and functional styling of a button, including its type, icon alignment, and icon class.

Control Alignment 'controlalign' String

Specifies control alignment as Top, center or Bottom.

GroupTypeDescription
Button TypeStringType of the button, indicating the importance of the functionality. Options: Primary, Danger, Warning, Info
Icon AlignmentStringWhether an icon is required. If yes, specify its position: Top, Bottom, Left, Right
Icon CSSStringFont Awesome icon library code. Example: far fa-home

For more information on properties in this section, see the General.

Events

Applicable event is Onclick