SelectingItemsControlGetIsSelected Method

Gets the value of the IsSelectedProperty on the specified control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetIsSelected(
	Control control
)

Parameters

control  Control
The control.

Return Value

Boolean
The value of the attached property.

See Also