DisplayMemberPath Property (CheckListBindingInfo)
In This Topic
Gets or sets a path to a value on the source object to serve as the visual representation of the object.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckList.DisplayMemberPath", "Gets or sets a path to a value on the source object to serve as the visual representation of the object.")>
<C1CategoryAttribute("Data")>
<DefaultValueAttribute("")>
Public Property DisplayMemberPath As String
[C1Description("C1CheckList.DisplayMemberPath", "Gets or sets a path to a value on the source object to serve as the visual representation of the object.")]
[C1Category("Data")]
[DefaultValue("")]
public string DisplayMemberPath {get; set;}
See Also