SelectionMode Property (C1CheckList)
In This Topic
Gets or sets a value indicating how the items of the
C1CheckList control can be selected. SelectionMode is of type enumeration
SelectionMode. The default is
SelectionMode.Multiple. When SelectionMode was changed value to Single then one item remains selected.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1CheckList.SelectionMode", "Gets or sets a value indicating selection method for items of this C1CheckList control.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectionMode As SelectionMode
[C1Category("Behavior")]
[C1Description("C1CheckList.SelectionMode", "Gets or sets a value indicating selection method for items of this C1CheckList control.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public SelectionMode SelectionMode {get; set;}
See Also