WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowHeaderCell

    Show / Hide Table of Contents

    Class TreeGridRowHeaderCell

    Represents a class that maintains the common functionalities of Row Header cells in SfTreeGrid.

    Inheritance
    System.Object
    TreeGridElement
    TreeGridCell
    TreeGridRowHeaderCell
    Implements
    System.IDisposable
    Inherited Members
    TreeGridCell.ErrorMessageProperty
    TreeGridCell.CurrentCellBorderBrushProperty
    TreeGridCell.CurrentCellBorderThicknessProperty
    TreeGridCell.OnColumnChanged()
    TreeGridCell.ShowContextMenu()
    TreeGridCell.ApplyValidationVisualState(Boolean)
    TreeGridCell.OnMouseDown(MouseButtonEventArgs)
    TreeGridCell.OnMouseEnter(MouseEventArgs)
    TreeGridCell.OnPreviewMouseDown(MouseButtonEventArgs)
    TreeGridCell.OnMouseMove(MouseEventArgs)
    TreeGridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    TreeGridCell.OnPreviewMouseUp(MouseButtonEventArgs)
    TreeGridCell.OnMouseUp(MouseButtonEventArgs)
    TreeGridCell.OnMouseDoubleClick(MouseButtonEventArgs)
    TreeGridCell.MeasureOverride(Size)
    TreeGridCell.Dispose()
    TreeGridCell.Dispose(Boolean)
    TreeGridCell.ColumnBase
    TreeGridCell.ErrorMessage
    TreeGridCell.HasError
    TreeGridCell.CurrentCellBorderBrush
    TreeGridCell.CurrentCellBorderThickness
    TreeGridElement.SelectionBackgroundProperty
    TreeGridElement.SelectionForegroundProperty
    TreeGridElement.SelectionBackground
    TreeGridElement.SelectionForeground
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridRowHeaderCell : TreeGridCell, IDisposable

    Constructors

    TreeGridRowHeaderCell()

    Initializes a new instance of TreeGridRowHeaderCell class.

    Declaration
    public TreeGridRowHeaderCell()

    Fields

    RowErrorMessageProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.RowErrorMessage dependency property.

    Declaration
    public static readonly DependencyProperty RowErrorMessageProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    Remarks

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.RowErrorMessage dependency property.

    RowIndexProperty

    Dependency registration for RowIndex.

    Declaration
    public static readonly DependencyProperty RowIndexProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    RowErrorMessage

    Gets or sets row validation error message.

    Declaration
    public string RowErrorMessage { get; set; }
    Property Value
    Type Description
    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 Description
    System.Int32
    Remarks

    can be used to number the row like excel

    Methods

    ApplyVisualState(Boolean)

    Applies the visual state of the Row.

    Declaration
    public void ApplyVisualState(bool canApplyDefaultState = true)
    Parameters
    Type Name Description
    System.Boolean canApplyDefaultState

    Indicates whether default visual state can be applied or not.

    OnApplyTemplate()

    Invoked to apply template for TreeGridRowHeaderCell.

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

    OnCreateAutomationPeer()

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

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

    The class-specific AutomationPeer subclass.

    Overrides
    TreeGridCell.OnCreateAutomationPeer()

    Implements

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