|  | PanelgetXSectionExpandButton Method | 
            Formats an XPath to get the expand/collpase button of a section
            
 
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 string getXSectionExpandButton(
	string sectionCaption
)
Public Shared Function getXSectionExpandButton ( 
	sectionCaption As String
) As String
public:
static String^ getXSectionExpandButton(
	String^ sectionCaption
)
Parameters
- sectionCaption
- Type: SystemString
 The caption of the section.
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSectionExpandButton(System.String)"]
 See Also
See Also