menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridQueryCaptionTextEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridQueryCaptionTextEventArgs

    Provides data about the QueryCaptionText event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridQueryCaptionTextEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.GroupingGridExcelConverter
    Assembly: Syncfusion.GridConverter.Windows.dll
    Syntax
    public sealed class GridQueryCaptionTextEventArgs : SyncfusionEventArgs

    Constructors

    GridQueryCaptionTextEventArgs(CaptionRow, String)

    Initializes a new GridQueryCaptionTextEventArgs class.

    Declaration
    public GridQueryCaptionTextEventArgs(CaptionRow caption, string text)
    Parameters
    Type Name Description
    CaptionRow caption

    The CaptionRow to be exported.

    System.String text

    The text to be displayed in CaptionRow.

    Properties

    Caption

    Gets the CaptionRow.

    Declaration
    public CaptionRow Caption { get; }
    Property Value
    Type
    CaptionRow

    Text

    Gets or sets the string that will be exported for the CaptionRow.

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