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