Skip to main content

IExpanderRow<TModel> Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Represents a row which can be expanded to reveal nested data.

public interface IExpanderRow<TModel>

Implements: IExpander, IRow, IRow<>, INotifyPropertyChanged

Methods

NameDescription
UpdateShowExpanderCalled 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.