WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridRowControl

    Inheritance
    System.Object
    TreeGridElement
    TreeGridRowControlBase
    TreeGridRowControl
    Implements
    System.IDisposable
    Inherited Members
    TreeGridRowControlBase.ItemsPanel
    TreeGridRowControlBase.DataRowProperty
    TreeGridRowControlBase.WireEvents()
    TreeGridRowControlBase.UnwireEvents()
    TreeGridRowControlBase.OnSizeChanged(Object, SizeChangedEventArgs)
    TreeGridRowControlBase.OnLoaded(Object, RoutedEventArgs)
    TreeGridRowControlBase.OnCreateAutomationPeer()
    TreeGridRowControlBase.SetContent()
    TreeGridRowControlBase.Dispose()
    TreeGridRowControlBase.Dispose(Boolean)
    TreeGridRowControlBase.DataRow
    TreeGridElement.SelectionBackgroundProperty
    TreeGridElement.SelectionForegroundProperty
    TreeGridElement.SelectionBackground
    TreeGridElement.SelectionForeground
    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
    TreeGridRowControlBase.OnApplyTemplate()

    UpdatedSelectionState(Boolean)

    Declaration
    protected void UpdatedSelectionState(bool canApplyDefaultState = true)
    Parameters
    Type Name Description
    System.Boolean canApplyDefaultState

    Implements

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