Click or drag to resize
PanelIsPanelHeader Method
Check if the panel header's text matches the expected value.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsPanelHeader(
	string expectedValue
)

Parameters

expectedValue
Type: SystemString
The expected value of the header.

Return Value

Type: Boolean
True if the text of the header matches the provided expected value, false otherwise.
See Also