Value Property (C1CheckListItem)
In This Topic
Gets or sets the value of the item.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckListItem.Value", "Gets or sets the value of the item.")>
<TypeConverterAttribute(System.ComponentModel.StringConverter)>
<DefaultValueAttribute("")>
<C1CategoryAttribute("Behavior")>
Public Property Value As Object
[C1Description("C1CheckListItem.Value", "Gets or sets the value of the item.")]
[TypeConverter(System.ComponentModel.StringConverter)]
[DefaultValue("")]
[C1Category("Behavior")]
public object Value {get; set;}
See Also