menu

UWP

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

    Show / Hide Table of Contents

    Class GridRowHeaderCell

    Represents a class that provides common functionalities of RowHeaderCells in SfDataGrid.

    Inheritance
    System.Object
    GridCell
    GridRowHeaderCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.CanSelectCurrentCell()
    GridCell.CellSelectionBrush
    GridCell.CellSelectionBrushProperty
    GridCell.ColumnBase
    GridCell.CurrentCellBorderBrush
    GridCell.CurrentCellBorderBrushProperty
    GridCell.CurrentCellBorderThickness
    GridCell.CurrentCellBorderThicknessProperty
    GridCell.CurrentCellBorderVisibility
    GridCell.CurrentCellBorderVisibilityProperty
    GridCell.Dispose()
    GridCell.Dispose(Boolean)
    GridCell.ErrorMessage
    GridCell.ErrorMessageProperty
    GridCell.HasError
    GridCell.OnColumnChanged()
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnHolding(HoldingRoutedEventArgs)
    GridCell.OnPointerEntered(PointerRoutedEventArgs)
    GridCell.OnPointerMoved(PointerRoutedEventArgs)
    GridCell.OnPointerPressed(PointerRoutedEventArgs)
    GridCell.OnPointerReleased(PointerRoutedEventArgs)
    GridCell.OnRightTapped(RightTappedRoutedEventArgs)
    GridCell.SelectionBorderVisibility
    GridCell.SelectionBorderVisibilityProperty
    GridCell.SelectionForegroundBrush
    GridCell.SelectionForegroundBrushProperty
    GridCell.ShowContextMenu(Point)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridRowHeaderCell : GridCell, IDisposable

    Constructors

    GridRowHeaderCell()

    Initializes a new instance of GridRowHeaderCell class.

    Declaration
    public GridRowHeaderCell()

    Fields

    RowErrorMessageProperty

    Dependency registration for the RowErrorMessage propery.

    Declaration
    public static readonly DependencyProperty RowErrorMessageProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RowIndexProperty

    Dependency registration for RowIndex property.

    Declaration
    public static readonly DependencyProperty RowIndexProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    RowErrorMessage

    Gets or sets row validation error message.

    Declaration
    public string RowErrorMessage { get; set; }
    Property Value
    Type
    System.String
    Remarks

    error message displayed while hover RowHeaderCell.

    RowIndex

    Gets or sets RowIndex of the cell.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    can be used to number the row like excel

    Methods

    ApplyVisualState()

    Applies the visual state for the current cell.

    Declaration
    public void ApplyVisualState()

    OnApplyTemplate()

    Invoked to apply template for GridRowHeaderCell.

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

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Called before the Double tapped event occurs.

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

    OnTapped(TappedRoutedEventArgs)

    Called before the Tapped event occurs

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

    Implements

    System.IDisposable

    Extension Methods

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