IExpanderRow<TModel> Interface
Definition
Represents a row which can be expanded to reveal nested data.
public interface IExpanderRow<TModel>
Methods
| Name | Description |
|---|---|
| UpdateShowExpander | Called by an Avalonia.Controls.Models.TreeDataGrid.IExpanderCell when it receives a notification that the row's Avalonia.Controls.Models.TreeDataGrid.IExpander.ShowExpander state should be changed. |
UpdateShowExpander Method
Called by an Avalonia.Controls.Models.TreeDataGrid.IExpanderCell when it receives a notification that the row's Avalonia.Controls.Models.TreeDataGrid.IExpander.ShowExpander state should be changed.
public void UpdateShowExpander(Avalonia.Controls.Models.TreeDataGrid.IExpanderCell cell, bool value)
Parameters
cell Avalonia.Controls.Models.TreeDataGrid.IExpanderCell
The cell whose property has changed.
value bool
The new value.