RibbonContextualTabGroup::HeaderStringFormat Property

.NET Framework (current version)
 

Gets or sets the format that is used to display the header content as a string.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property String^ HeaderStringFormat {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The format that is used to display the header content as a string. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

The HeaderStringFormat property is only used when there is no header template.

Identifier field

HeaderStringFormatProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: