Class TreeGridRowControl
Represents a class that maintains the common functionalities of Row control in SfTreeGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridRowControl : TreeGridRowControlBase, IDisposable
Constructors
TreeGridRowControl()
Initializes a new instance of TreeGridRowControl class.
Declaration
public TreeGridRowControl()
Fields
IndentMarginProperty
Dependency registration for IndentMargin.
Declaration
public static readonly DependencyProperty IndentMarginProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
IndentMargin
Gets or sets a margin value to avoid the overlapping in Indent Cell and excluding expander based on level.
Declaration
public Thickness IndentMargin { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Thickness |
Remarks
It is used in Selection border and background border.
Methods
OnApplyTemplate()
Invoked to apply template for TreeGridRowControl.
Declaration
protected override void OnApplyTemplate()
Overrides
UpdatedSelectionState(Boolean)
Updates the visual state of the Row depending on whether the row is selected or focused.
Declaration
protected void UpdatedSelectionState(bool canApplyDefaultState = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | canApplyDefaultState | Indicating whether default visual state can be applied or not. |
Implements
System.IDisposable