New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetActionsAlignment
Defines the possible alignments for the ActionSheet action buttons.
start
—Aligns actions to the start of the container.center
—Centers actions within the container.end
—Aligns actions to the end of the container.stretched
—Stretches actions to fill the available space.justify
—Distributes actions evenly across the container.
type
ActionSheetActionsAlignment = "start" | "center" | "end" | "stretched" | "justify";