Represents a command button.
Inherits: CommandControl : ContentControl : Control : UIElement : UIElementBaseContent property: Content
Name | Type | Description |
---|---|---|
Style | ButtonStyle |
Button style. If the property is a bind (Bind),
then the value of the binding must be a lowercase string (for example 'warning' , not 'Warning' );
|
Size | ControlSize | Button size. |
Icon | Icon | Icon on a button. |
IconAlign | IconAlign |
The position of the icon on the button. Possible values:
|
DropDown | UIElementBase | The dropdown item associated with the button. This is usually the DropDownMenu item. |
Rounded | Boolean | Button with rounded corners. If the button has no text, but only an icon, then the button will be rounded. |
Base item properties |