GridViewColumn.HeaderStringFormat Property

Definition

Gets or sets a composite string that specifies how to format the Header property if it is displayed as a string.

public:
 property System::String ^ HeaderStringFormat { System::String ^ get(); void set(System::String ^ value); };
public string HeaderStringFormat { get; set; }
member this.HeaderStringFormat : string with get, set
Public Property HeaderStringFormat As String

Property Value

A composite string that specifies how to format the Header property if it is displayed as a string. The default is null.

Remarks

If the GridView.ColumnHeaderTemplate, GridViewColumn.HeaderTemplate, or GridViewHeaderRowPresenter.ColumnHeaderTemplate property is set, this property is ignored.

You can use several properties to specify the format of the column headers. If more than one property is set, the column header is formatted with the value of the property that has the highest priority. The format for a column can be set on several types. The following list shows the properties that can be used to format the column headers, ordered from lowest to highest priority:

Dependency Property Information

Identifier field HeaderStringFormatProperty
Metadata properties set to true None

Applies to