menu

WPF

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

    Show / Hide Table of Contents

    Class GridRowHeaderCell

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

    Inheritance
    System.Object
    GridElement
    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.OnMouseDown(MouseButtonEventArgs)
    GridCell.OnMouseEnter(MouseEventArgs)
    GridCell.OnMouseMove(MouseEventArgs)
    GridCell.OnPreviewMouseDown(MouseButtonEventArgs)
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)
    GridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    GridCell.SelectionBorderVisibility
    GridCell.SelectionBorderVisibilityProperty
    GridCell.SelectionForegroundBrush
    GridCell.SelectionForegroundBrushProperty
    GridCell.ShowContextMenu()
    GridCell.UseDrawing
    GridCell.UseDrawingProperty
    GridElement.AnimationOpacity
    GridElement.AnimationOpacityProperty
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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
    System.Windows.DependencyProperty

    RowIndexProperty

    Dependency registration for RowIndex property.

    Declaration
    public static readonly DependencyProperty RowIndexProperty
    Field Value
    Type
    System.Windows.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()

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

    OnCreateAutomationPeer()

    Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrucutre.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    The class-specific AutomationPeer subclass.

    Overrides
    GridCell.OnCreateAutomationPeer()

    OnMouseDoubleClick(MouseButtonEventArgs)

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

    OnMouseUp(MouseButtonEventArgs)

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

    Implements

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