WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridHeaderCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridHeaderCell

    Inheritance
    System.Object
    GridCell
    GridHeaderCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.OnMouseRightButtonDown(MouseButtonEventArgs)
    GridCell.OnMouseUp(MouseButtonEventArgs)
    GridCell.OnMouseWheel(MouseWheelEventArgs)
    GridCell.OnRender(DrawingContext)
    GridCell.MeasureOverride(Size)
    GridCell.ArrangeOverride(Size)
    GridCell.Dispose()
    GridCell.RowIndex
    GridCell.ColumnIndex
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridHeaderCell : GridCell, IDisposable

    Constructors

    GridHeaderCell()

    Declaration
    public GridHeaderCell()

    GridHeaderCell(SfCellGrid)

    Declaration
    public GridHeaderCell(SfCellGrid grid)
    Parameters
    Type Name Description
    SfCellGrid grid

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    GridCell.Dispose(Boolean)

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GridCell.OnApplyTemplate()

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseDoubleClick(MouseButtonEventArgs)

    OnMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseDown(MouseButtonEventArgs)

    OnMouseLeave(MouseEventArgs)

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e
    Overrides
    GridCell.OnMouseLeave(MouseEventArgs)

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e
    Overrides
    GridCell.OnMouseMove(MouseEventArgs)

    OnPreviewMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved