|  | PanelIsPanelHeader Method | 
            Check if the panel header's text matches the expected value.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool IsPanelHeader(
	string expectedValue
)
Public Shared Function IsPanelHeader ( 
	expectedValue As String
) As Boolean
public:
static bool IsPanelHeader(
	String^ expectedValue
)
Parameters
- expectedValue
- Type: SystemString
 The expected value of the header.
Return Value
Type: 
BooleanTrue if the text of the header matches the provided expected value, false otherwise.
 See Also
See Also