Class TreeGridRowHeaderCell
Represents a class that maintains the common functionalities of Row Header cells in SfTreeGrid.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.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 |
---|
Microsoft.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 |
---|
Microsoft.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
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |