Gets or sets the template to use to display the contents of a column cell.
This is a dependency property.
Namespace: Mindscape.SilverlightElementsAssembly: 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 field | CellTemplateProperty |
| Metadata properties set to true | None |