Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / SpannedCellSelector Class / SelectContent Method
The list of SpannedCellFragments that are merged in the SpannedCell.


In This Topic
    SelectContent Method
    In This Topic
    Determines the content that will be displayed by a SpannedCell based on the provided SpannedCellFragments.
    Syntax
    'Declaration
     
    Public Overridable Function SelectContent( _
       ByVal fragments As IEnumerable(Of SpannedCellFragment) _
    ) As Object
    'Usage
     
    Dim instance As SpannedCellSelector
    Dim fragments As IEnumerable(Of SpannedCellFragment)
    Dim value As Object
     
    value = instance.SelectContent(fragments)
    public virtual object SelectContent( 
       IEnumerable<SpannedCellFragment> fragments
    )

    Parameters

    fragments
    The list of SpannedCellFragments that are merged in the SpannedCell.

    Return Value

    The content that will be displayed by the SpannedCell.
    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