Class ActionSheetPopup
A custom popup with list and returning a string value
Inherited Members
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class ActionSheetPopup : Popup<string>
Constructors
ActionSheetPopup(String, String, String, IEnumerable<String>)
Initializes a new instance of the ActionSheetPopup class.
Declaration
public ActionSheetPopup(string title, string cancel, string destruction = null, IEnumerable<string> buttons = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | title | Title text |
| System.String | cancel | Cancel text |
| System.String | destruction | Destruction text |
| System.Collections.Generic.IEnumerable<System.String> | buttons | A value list to choose |
Methods
CreateContent()
Declaration
protected override View CreateContent()
Returns
| Type | Description |
|---|---|
| View |
Overrides
Tizen.UIExtensions.NUI.Popup<System.String>.CreateContent()