Gets or sets the property name of custom node items that Content property of DataTreeGridItem objects should be bound to. Source object values retreived by the custom property may be of any type (including string). This property can be set only at initialization time (an exception is thrown if it is set after having the conversion process started).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public string ContentMember { get; set; }
Visual Basic (Declaration)
Public Property ContentMember As String
	Get
	Set

See Also