ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / DialogResultSubmit Property

In This Topic
    DialogResultSubmit Property
    In This Topic
    Gets or sets a string to be used as a dialogResult when the dialog is hosted by a form element and the user submits the form.
    Syntax
    'Declaration
     
    
    Public Property DialogResultSubmit As String
    public string DialogResultSubmit {get; set;}
    See Also