Class GridTreeQueryVisibleColumnInfoEventArgs
Inheritance
System.Object
System.EventArgs
GridTreeQueryVisibleColumnInfoEventArgs
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.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. |