ActionSheetArguments Class

Definition

For internal use by the Microsoft.Maui.Controls platform.

public ref class ActionSheetArguments
public class ActionSheetArguments
type ActionSheetArguments = class
Public Class ActionSheetArguments
Inheritance
ActionSheetArguments

Constructors

ActionSheetArguments(String, String, String, IEnumerable<String>)

For internal use by the Microsoft.Maui.Controls platform.

Properties

Buttons

Gets titles of any buttons on the action sheet that aren't Cancel or Destruction. Can be null.

Cancel

Gets the text for a cancel button. Can be null.

Destruction

Gets the text for a destructive button. Can be null.

FlowDirection
Result

For internal use by the Microsoft.Maui.Controls platform.

Title

Gets the title for the action sheet. Can be null.

Methods

SetResult(String)

For internal use by the Microsoft.Maui.Controls platform.

Applies to