menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ThumbItem

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

    Constructors

    ThumbItem()

    Declaration
    public ThumbItem()

    Properties

    Caption

    gets or sets caption for the image.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type Description
    System.String

    ContentSection

    Thumb Content.

    Declaration
    public HtmlGenericControl ContentSection { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    Items

    Collection of items.

    Declaration
    public List<ThumbItem> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ThumbItem>

    LinkAttribute

    gets or sets LinkAttribute.

    Declaration
    public string LinkAttribute { get; set; }
    Property Value
    Type Description
    System.String

    TargetAttribute

    gets or sets TargetAttribute.

    Declaration
    public string TargetAttribute { get; set; }
    Property Value
    Type Description
    System.String

    Url

    gets or sets Url for the image.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeThumbBaseItem()

    Declaration
    public bool ShouldSerializeThumbBaseItem()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved