Gets or sets an item which replaces the content in the first column. This is typically used to provide decorators for the first column. 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 Object AlternativeFirstCellContent { get; set; }
Visual Basic
Public Property AlternativeFirstCellContent As Object
	Get
	Set
Visual C++
public:
property Object^ AlternativeFirstCellContent {
	Object^ get ();
	void set (Object^ value);
}

Remarks

Dependency Property Information
Identifier fieldAlternativeFirstCellContentProperty
Metadata properties set to trueNone

See Also