UpdateShowExpander(IExpanderCell, Boolean) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Called by an IExpanderCell when it receives a notification that the row's ShowExpander state should be changed.

void UpdateShowExpander(IExpanderCell cell, bool value)

Parameters

cell
IExpanderCell

The cell whose property has changed.

value
Boolean

The new value.