AreDetailsExpanded Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridContext Class : AreDetailsExpanded Method

dataItem
The data item to query.
Retrieves a value indicating whether the details for the specified data item are expanded.

Syntax

Visual Basic (Declaration) 
Public Function AreDetailsExpanded( _
   ByVal dataItem As Object _
) As Boolean
C# 
public bool AreDetailsExpanded( 
   object dataItem
)

Parameters

dataItem
The data item to query.

Return Value

true if the details of the specified data item are expanded; false if they are collapsed. Cannot be a null reference (Nothing in Visual Basic).

Exceptions

ExceptionDescription
System.InvalidOperationExceptionThe specified data item is not part of the current context.
System.ArgumentNullException 

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also