menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomAttributeBuilder<T>

    Show / Hide Table of Contents

    Class CustomAttributeBuilder<T>

    Inheritance
    System.Object
    CustomAttributeBuilder<T>
    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 CustomAttributeBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    CustomAttributeBuilder(Column)

    Initializes a new instance of the ContextMenuBuilder<T> class.

    Declaration
    public CustomAttributeBuilder(Column column)
    Parameters
    Type Name Description
    Column column

    It accepts the list of columns

    Methods

    AddAttribute(String, Object)

    It sets a value that indicates the attribute values to the td element of a particular column

    Declaration
    public CustomAttributeBuilder<T> AddAttribute(string key, object value)
    Parameters
    Type Name Description
    System.String key

    It accepts the string as key value

    System.Object value

    It accepts the attribute value as object and customized the td element of a particular column

    Returns
    Type Description
    CustomAttributeBuilder<T>

    CustomAttributeBuilder

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