RadListItemSelectionState Enumeration
Specifies whether a RadListControl item is selected or unselected.
Namespace: DevCase.ThirdParty.TelerikAssembly: DevCase.net48.ThirdParty.Telerik (in DevCase.net48.ThirdParty.Telerik.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RadListItemSelectionState
Public Enumeration RadListItemSelectionState
Dim instance As RadListItemSelectionState
public enum class RadListItemSelectionState
type RadListItemSelectionState
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed frameworks:
Telerik UI for WinForms
Unselect |
0 |
Item is unselected.
|
Select |
1 |
Item is selected.
|