ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionFormatEventArgs - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CaptionFormatEventArgs

    Inheritance
    System.Object
    System.EventArgs
    CaptionFormatEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class CaptionFormatEventArgs : EventArgs

    Constructors

    CaptionFormatEventArgs()

    Declaration
    public CaptionFormatEventArgs()

    Properties

    Context

    Declaration
    public GroupResult Context { get; set; }
    Property Value
    Type Description
    Syncfusion.Linq.GroupResult

    GroupCaptionTemplate

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

    GroupedColum

    Declaration
    public Column GroupedColum { get; set; }
    Property Value
    Type Description
    Column
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved