menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridFilterBarCreatingColumnHeaderEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridFilterBarCreatingColumnHeaderEventArgs

    provides EventArgs used by the CreatingColumnHeader event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridFilterBarCreatingColumnHeaderEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved