New to Kendo UI for AngularStart a free 30-day trial

ActionSheetItem

Represents the configuration for an ActionSheet item.

NameTypeDefaultDescription

cssClass?

any

Specifies the CSS classes to apply to the item. Supports all value types accepted by ngClass.

cssStyle?

any

Specifies the CSS styles to apply to the item. Supports all value types accepted by ngStyle.

description?

string

Sets additional text rendered below the item's title.

disabled?

boolean

false

Specifies whether the ActionSheet item is initially disabled.

group?

ActionSheetItemGroup

Specifies the group for the item. Use top to render the item above the separator, or bottom to render below it.

icon?

string

Defines the name of an existing font icon to render inside the item. The icon is rendered in a span.k-icon element.

iconClass?

string

Defines one or more CSS classes to apply to a span element inside the item. Allows using custom icons.

iconColor?

string

Sets the color of the icon. Accepts inherit, default, primary, secondary, tertiary, info, success, warning, error, dark, light, inverted, or any hexadecimal value.

iconSize?

string

Defines the size of the icon. Accepts any valid CSS font-size value.

svgIcon?

SVGIcon

Defines an SVGIcon to render within the ActionSheet item.

title?

string

Specifies the text content of the ActionSheet item.

Not finding the help you need?
Contact Support