menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileDialogBaseItemBuilder

    Show / Hide Table of Contents

    Class MobileDialogBaseItemBuilder

    Inheritance
    System.Object
    MobileDialogBaseItemBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileDialogBaseItemBuilder

    Constructors

    MobileDialogBaseItemBuilder(MobileDialogBaseItem)

    Initializes a new instance of the MobileDialogBaseItemBuilder class.

    Declaration
    public MobileDialogBaseItemBuilder(MobileDialogBaseItem item)
    Parameters
    Type Name Description
    MobileDialogBaseItem item

    The item.

    Methods

    Content(Action<MobileDialogBaseItem>)

    Contents the specified template identifier.

    Declaration
    public MobileDialogBaseItemBuilder Content(Action<MobileDialogBaseItem> templateId)
    Parameters
    Type Name Description
    System.Action<MobileDialogBaseItem> templateId

    The template identifier.

    Returns
    Type Description
    MobileDialogBaseItemBuilder

    Content(Func<MobileDialogBaseItem, Object>)

    Contents the specified template identifier.

    Declaration
    public MobileDialogBaseItemBuilder Content(Func<MobileDialogBaseItem, object> templateId)
    Parameters
    Type Name Description
    System.Func<MobileDialogBaseItem, System.Object> templateId

    The template identifier.

    Returns
    Type Description
    MobileDialogBaseItemBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved