Class GridExpanderCellControl
Represents a class that provides the common functionalities of ExpanderCellControl in SfDataGrid.
Inheritance
System.Object
GridExpanderCellControl
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridExpanderCellControl : Control
Constructors
GridExpanderCellControl()
Initializes a new instance of GridExpanderCellControl
Declaration
public GridExpanderCellControl()
Fields
IsExpandedProperty
Dependency registration for IsExpanded property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.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()
Invoked to apply template for GridExpanderCellControl.
Declaration
protected override void OnApplyTemplate()