Class GridExpanderCellControl
Inheritance
System.Object
GridExpanderCellControl
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[ClassReference(IsReviewed = false)]
public class GridExpanderCellControl : Control
Constructors
GridExpanderCellControl()
Declaration
public GridExpanderCellControl()
Fields
IsExpandedProperty
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
IsExpanded
Gets or sets a value indicating whether this instance Expanded or Collapse.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this instance ; otherwise, false. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()