menu

UWP

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

    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.ApplyValidationVisualState(Boolean)
    TreeGridCell.ColumnBase
    TreeGridCell.CurrentCellBorderBrush
    TreeGridCell.CurrentCellBorderBrushProperty
    TreeGridCell.CurrentCellBorderThickness
    TreeGridCell.CurrentCellBorderThicknessProperty
    TreeGridCell.Dispose()
    TreeGridCell.Dispose(Boolean)
    TreeGridCell.ErrorMessage
    TreeGridCell.ErrorMessageProperty
    TreeGridCell.HasError
    TreeGridCell.MeasureOverride(Size)
    TreeGridCell.OnDoubleTapped(DoubleTappedRoutedEventArgs)
    TreeGridCell.OnHolding(HoldingRoutedEventArgs)
    TreeGridCell.OnPointerEntered(PointerRoutedEventArgs)
    TreeGridCell.OnPointerMoved(PointerRoutedEventArgs)
    TreeGridCell.OnPointerPressed(PointerRoutedEventArgs)
    TreeGridCell.OnPointerReleased(PointerRoutedEventArgs)
    TreeGridCell.OnRightTapped(RightTappedRoutedEventArgs)
    TreeGridCell.OnTapped(TappedRoutedEventArgs)
    TreeGridCell.ShowContextMenu(Point)
    TreeGridElement.SelectionBackground
    TreeGridElement.SelectionBackgroundProperty
    TreeGridElement.SelectionForeground
    TreeGridElement.SelectionForegroundProperty
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.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
    Windows.UI.Xaml.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
    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(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
    protected override void OnApplyTemplate()
    Overrides
    TreeGridCell.OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

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