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