Class TreeGridRowControl
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridRowControl : TreeGridRowControlBase, IDisposable
Constructors
TreeGridRowControl()
Declaration
public TreeGridRowControl()
Fields
IndentMarginProperty
Declaration
public static readonly DependencyProperty IndentMarginProperty
Field Value
Type | Description |
---|---|
System.Windows.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 | Description |
---|---|
System.Windows.Thickness |
Remarks
It is used in Selection border and background border.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
UpdatedSelectionState(Boolean)
Declaration
protected void UpdatedSelectionState(bool canApplyDefaultState = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | canApplyDefaultState |
Implements
System.IDisposable