ValueMemberPath Property (CheckListBindingInfo)
In This Topic
Gets or sets the property path that is used to get the value of item in the C1CheckList.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1CheckList.ValueMemberPath", "The property path that is used to get the value of item in the C1CheckList.")>
<C1CategoryAttribute("Data")>
Public Property ValueMemberPath As String
[DefaultValue("")]
[C1Description("C1CheckList.ValueMemberPath", "The property path that is used to get the value of item in the C1CheckList.")]
[C1Category("Data")]
public string ValueMemberPath {get; set;}
See Also