RibbonContextualTabGroup.HeaderStringFormat Property

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property HeaderStringFormat As String
public string HeaderStringFormat { get; set; }
public:
property String^ HeaderStringFormat {
    String^ get ();
    void set (String^ value);
}
member HeaderStringFormat : string with get, set
function get HeaderStringFormat () : String
function set HeaderStringFormat (value : String)

Property Value

Type: System.String
The format that is used to display the header content as a string. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

HeaderStringFormatProperty

Metadata properties set to true

None

Remarks

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

.NET Framework Security

See Also

Reference

RibbonContextualTabGroup Class

Microsoft.Windows.Controls.Ribbon Namespace

HeaderTemplate

HeaderTemplateSelector