menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBaseItems

    Show / Hide Table of Contents

    Interface IBaseItems

    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public interface IBaseItems

    Properties

    HtmlAttributes

    Declaration
    IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Id

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

    ImageAttributes

    Declaration
    IDictionary<string, object> ImageAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ImageUrl

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

    LinkAttributes

    Declaration
    IDictionary<string, object> LinkAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    SpriteCssClass

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

    Text

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

    Url

    Declaration
    string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved