Gets or sets the a binding for the content to be displayed if neither the ContentTemplate nor the ContentTemplateSelector is specified. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Binding DisplayMemberBinding { get; set; }
Visual Basic
Public Property DisplayMemberBinding As Binding
	Get
	Set
Visual C++
public:
property Binding^ DisplayMemberBinding {
	Binding^ get ();
	void set (Binding^ value);
}

Remarks

Dependency Property Information
Identifier fieldDisplayMemberBindingProperty
Metadata properties set to trueNone

See Also