GetIsSelected Method
Gets the value of the IsSelectedProperty on the specified control.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetIsSelected(
Control control
)
Public Shared Function GetIsSelected (
control As Control
) As Boolean
static member GetIsSelected :
control : Control -> bool
Parameters
- Control
- The control.
Return Value
Boolean
The value of the attached property.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace