menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeQueryVisibleColumnInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridTreeQueryVisibleColumnInfoEventArgs
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridTreeQueryVisibleColumnInfoEventArgs : EventArgs

    Constructors

    GridTreeQueryVisibleColumnInfoEventArgs()

    Declaration
    public GridTreeQueryVisibleColumnInfoEventArgs()

    Properties

    VisibleColumn

    Gets or sets the visible column.

    Declaration
    public GridTreeColumn VisibleColumn { get; set; }
    Property Value
    Type Description
    GridTreeColumn

    The visible column.

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