Class GridDetailsViewExpanderCell
Inheritance
System.Object
GridDetailsViewExpanderCell
Implements
System.IDisposable
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridDetailsViewExpanderCell : Control, IDisposable
Constructors
GridDetailsViewExpanderCell()
Declaration
public GridDetailsViewExpanderCell()
Fields
ExpanderIconVisibilityProperty
Declaration
public static readonly DependencyProperty ExpanderIconVisibilityProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsExpandedProperty
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
ExpanderIconVisibility
Declaration
public Visibility ExpanderIconVisibility { get; set; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowColumnIndex
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Methods
Dispose()
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type |
Name |
Description |
System.Boolean |
isDisposing |
Indicates whether the call is from Dispose method or from a finalizer.
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
Description |
System.Windows.Automation.Peers.AutomationPeer |
|
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|
Declaration
protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Implements
System.IDisposable