ExpanderOnCoerceIsExpanded Method

Called when the IsExpanded property has to be coerced.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual bool OnCoerceIsExpanded(
	bool value
)

Parameters

value  Boolean
The value to coerce.

Return Value

Boolean

See Also