Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Cell Class / CoercedContentTemplate Property


In This Topic
    CoercedContentTemplate Property
    In This Topic
    Gets the template that is currently being used.
    Syntax
    'Declaration
     
    Public ReadOnly Property CoercedContentTemplate As DataTemplate
    'Usage
     
    Dim instance As Cell
    Dim value As DataTemplate
     
    value = instance.CoercedContentTemplate
    public DataTemplate CoercedContentTemplate {get;}

    Property 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

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also