menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GalleryItemBuilder

    Class for GalleryItemBuilder

    Inheritance
    System.Object
    GalleryItemBuilder
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GalleryItemBuilder

    Constructors

    GalleryItemBuilder(ContentGroup)

    Initializes a new instance of the GalleryItemBuilder class.

    Declaration
    public GalleryItemBuilder(ContentGroup cgroup)
    Parameters
    Type Name Description
    ContentGroup cgroup

    Methods

    Add()

    It adds current gallery item.

    Declaration
    public void Add()

    ButtonSettings(ButtonProperties)

    Specifies the Syncfusion button members, events by using buttonSettings.

    Declaration
    public GalleryItemBuilder ButtonSettings(ButtonProperties buttonSettings)
    Parameters
    Type Name Description
    ButtonProperties buttonSettings

    The button settings.

    Returns
    Type Description
    GalleryItemBuilder

    The method returns an object

    CustomToolTip(CustomToolTip)

    Specifies the custom tooltip for gallery content. Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties.

    Declaration
    public GalleryItemBuilder CustomToolTip(CustomToolTip customToolTip)
    Parameters
    Type Name Description
    CustomToolTip customToolTip

    The custom tool tip.

    Returns
    Type Description
    GalleryItemBuilder

    The method returns an object

    Text(String)

    Sets text for the gallery content.

    Declaration
    public GalleryItemBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    The text.

    Returns
    Type Description
    GalleryItemBuilder

    The method returns an string

    ToolTip(String)

    Sets tooltip for the gallery content.

    Declaration
    public GalleryItemBuilder ToolTip(string toolTip)
    Parameters
    Type Name Description
    System.String toolTip

    The tool tip.

    Returns
    Type Description
    GalleryItemBuilder

    The method returns an string

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