Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / GetHasExpandedDetails Method
A DependencyObjecy representing the container (DataRow) to query.


In This Topic
    GetHasExpandedDetails Method
    In This Topic
    Gets a value that indicates whether a container (DataRow) has one or more expanded details.
    Syntax
    'Declaration
     
    Public Shared Function GetHasExpandedDetails( _
       ByVal obj As DependencyObject _
    ) As Boolean
    'Usage
     
    Dim obj As DependencyObject
    Dim value As Boolean
     
    value = DataGridControl.GetHasExpandedDetails(obj)
    public static bool GetHasExpandedDetails( 
       DependencyObject obj
    )

    Parameters

    obj
    A DependencyObjecy representing the container (DataRow) to query.

    Return Value

    true if the container has one or more expanded details; false if the container does not have expanded details.
    Remarks
    This attached property can be used by a trigger to determine if the grid has expanded details.
    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