menu

Blazor

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

    Show / Hide Table of Contents

    Class HeaderCellInfoEventArgs

    Provides information about the HeaderCellInfo event.

    Inheritance
    System.Object
    GridEventBaseArgs
    HeaderCellInfoEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeaderCellInfoEventArgs : GridEventBaseArgs

    Constructors

    HeaderCellInfoEventArgs()

    Declaration
    public HeaderCellInfoEventArgs()

    Properties

    Cell

    Gets or sets the CellDOM object associated with the header cell.

    Declaration
    public CellDOM Cell { get; }
    Property Value
    Type Description
    CellDOM

    The CellDOM object that represents the header cell.

    Remarks

    The CellDom properties include:

    • HasChanges: A boolean property that indicates whether the Cell object associated with the header cell has changed.
    • ClassList: A property that contains the class list of the header cell.
    • Styles: A property that contains the styles of the header cell.
    • AttributeList: A property that contains the attribute list of the header cell.
    • AddClass: A method to add class names to the class list for the current header cell.
    • AddStyle: A method to add styles for the current header cell.
    • SetAttribute: A method to set an attribute for the current header cell.

    Column

    Gets the corresponding column associated with the header cell.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    A GridColumn associated with the header cell.

    Node

    Defines the cell element.

    Declaration
    public DOM Node { get; set; }
    Property Value
    Type Description
    DOM
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved