Class GridFilterBarCreatingColumnHeaderEventArgs
provides EventArgs used by the CreatingColumnHeader event.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridFilterBarCreatingColumnHeaderEventArgs : SyncfusionCancelEventArgs
Constructors
GridFilterBarCreatingColumnHeaderEventArgs(String)
Initializes a new instance of the GridFilterBarCreatingColumnHeaderEventArgs class.
Declaration
public GridFilterBarCreatingColumnHeaderEventArgs(string colName)
Parameters
Type | Name | Description |
---|---|---|
System.String | colName | Mapping name of the column that is about to have a header cell created for it. |
Properties
ColName
Gets Mapping name of the column.
Declaration
[TraceProperty(true)]
public string ColName { get; }
Property Value
Type |
---|
System.String |