Show / Hide Table of Contents

    Class ActionSheetPopup

    A custom popup with list and returning a string value

    Inheritance
    System.Object
    Popup
    Popup<System.String>
    ActionSheetPopup
    Inherited Members
    Popup<String>.ResponseTcs
    Popup<String>.Open()
    Popup<String>.SendSubmit(String)
    Popup<String>.SendCancel()
    Popup.HasOpenedPopup
    Popup.OutsideClicked
    Popup.Closed
    Popup.Content
    Popup.IsOpen
    Popup.Close()
    Popup.CloseAll()
    Popup.CloseLast()
    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()
    Back to top Copyright © 2021 Samsung
    Generated by DocFX