Class TreeGridExpanderCell
Inheritance
System.Object
TreeGridExpanderCell
Implements
System.IDisposable
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
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
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
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
Description |
System.Windows.Automation.Peers.AutomationPeer |
|
Overrides
Declaration
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Declaration
protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Declaration
protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Implements
System.IDisposable