CoercedContentTemplate Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : CoercedContentTemplate Property

Gets the template that is currently being used.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CoercedContentTemplate As DataTemplate
C# 
public DataTemplate CoercedContentTemplate {get;}

Return Value

The DataTemplate that is currently being used.

Remarks

The coerced template can correspond to the CellContentTemplate, the EditTemplate defined by a cell editor, or any other DataTemplate that was coerced to display/edit a cell's content.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also