Interface ISelectionProvider
Assembly: OpenSilver.dll
Syntax
public interface ISelectionProvider
Properties
|
Improve this Doc
View Source
CanSelectMultiple
Declaration
bool CanSelectMultiple { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSelectionRequired
Declaration
bool IsSelectionRequired { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
GetSelection()
Declaration
IRawElementProviderSimple[] GetSelection()
Returns
Extension Methods