WPF

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

    Show / Hide Table of Contents

    Class TreeGridExpanderCell

    Inheritance
    System.Object
    TreeGridElement
    TreeGridCell
    TreeGridExpanderCell
    Implements
    System.IDisposable
    Inherited Members
    TreeGridCell.ErrorMessageProperty
    TreeGridCell.CurrentCellBorderBrushProperty
    TreeGridCell.CurrentCellBorderThicknessProperty
    TreeGridCell.ShowContextMenu()
    TreeGridCell.ApplyValidationVisualState(Boolean)
    TreeGridCell.OnMouseEnter(MouseEventArgs)
    TreeGridCell.OnMouseMove(MouseEventArgs)
    TreeGridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    TreeGridCell.OnMouseUp(MouseButtonEventArgs)
    TreeGridCell.MeasureOverride(Size)
    TreeGridCell.Dispose()
    TreeGridCell.ColumnBase
    TreeGridCell.ErrorMessage
    TreeGridCell.HasError
    TreeGridCell.CurrentCellBorderBrush
    TreeGridCell.CurrentCellBorderThickness
    TreeGridElement.SelectionBackgroundProperty
    TreeGridElement.SelectionForegroundProperty
    TreeGridElement.SelectionBackground
    TreeGridElement.SelectionForeground
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridExpanderCell : TreeGridCell, IDisposable

    Constructors

    TreeGridExpanderCell()

    Declaration
    public TreeGridExpanderCell()

    Fields

    HasChildNodesProperty

    Declaration
    public static readonly DependencyProperty HasChildNodesProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IndentMarginProperty

    Declaration
    public static readonly DependencyProperty IndentMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsCheckBoxEnabledProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridExpanderCell.IsCheckBoxEnabled dependency property.

    Declaration
    public static DependencyProperty IsCheckBoxEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    Remarks

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridExpanderCell.IsCheckBoxEnabled dependency property.

    IsExpandedProperty

    Declaration
    public static readonly DependencyProperty IsExpandedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    HasChildNodes

    Declaration
    public bool HasChildNodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    IndentMargin

    Declaration
    public Thickness IndentMargin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    IsCheckBoxEnabled

    Gets or sets a value which denotes whether node CheckBox enabled or not.

    Declaration
    public bool IsCheckBoxEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is True.

    Remarks

    Using this property, you can conditionally enable or disable the node checkbox based on data.

    IsExpanded

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    TreeGridCell.Dispose(Boolean)

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Overrides
    TreeGridCell.OnApplyTemplate()

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer
    Overrides
    TreeGridCell.OnCreateAutomationPeer()

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    TreeGridCell.OnMouseDoubleClick(MouseButtonEventArgs)

    OnMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    TreeGridCell.OnMouseDown(MouseButtonEventArgs)

    OnPreviewMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    TreeGridCell.OnPreviewMouseDown(MouseButtonEventArgs)

    OnPreviewMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    TreeGridCell.OnPreviewMouseUp(MouseButtonEventArgs)

    Implements

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