Gets or sets the template to use to display the contents of a column cell. 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 DataTemplate CellTemplate { get; set; }
Visual Basic
Public Property CellTemplate As DataTemplate
	Get
	Set
Visual C++
public:
property DataTemplate^ CellTemplate {
	DataTemplate^ get ();
	void set (DataTemplate^ value);
}

Remarks

CellTemplate takes precedence over CellTemplateSelector, but defers to DisplayMemberBinding, if more than one is specified.

Dependency Property Information
Identifier fieldCellTemplateProperty
Metadata properties set to trueNone

See Also