menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridHeaderCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridHeaderCell

    Inheritance
    System.Object
    GridCell
    GridHeaderCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ArrangeOverride(Size)
    GridCell.ColumnIndex
    GridCell.Dispose()
    GridCell.MeasureOverride(Size)
    GridCell.OnHolding(HoldingRoutedEventArgs)
    GridCell.OnTapped(TappedRoutedEventArgs)
    GridCell.RowIndex
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.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
    protected override void OnApplyTemplate()
    Overrides
    GridCell.OnApplyTemplate()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e
    Overrides
    GridCell.OnDoubleTapped(DoubleTappedRoutedEventArgs)

    OnPointerExited(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerExited(PointerRoutedEventArgs)

    OnPointerMoved(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerMoved(PointerRoutedEventArgs)

    OnPointerPressed(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerPressed(PointerRoutedEventArgs)

    OnPointerReleased(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    Overrides
    GridCell.OnPointerReleased(PointerRoutedEventArgs)

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved