menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CustomExportItem

    Class for CustomExportItem.

    Inheritance
    System.Object
    EJTagHelper
    CustomExportItem
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.ReportViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CustomExportItem : EJTagHelper

    Constructors

    CustomExportItem()

    Declaration
    public CustomExportItem()

    Properties

    CssClass

    Gets or sets the css class of the custom export item.

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The custom item css class.

    Index

    Gets or sets the index of the custom export item.

    Declaration
    [JsonProperty("index")]
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    The custom item index.

    Value

    Gets or sets the value of the custom export item.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The custom item value

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