DropDownButton.

ContentStringFormat Property

Summary

Gets or sets a composite string that specifies how to format the content property if it is displayed as a string.
Namespace
MahApps.Metro.Controls
Containing Type
DropDownButton

Syntax

[Bindable(true)]
public string ContentStringFormat { get; set; }

Remarks

This property is ignored if is set.

Attributes

Type Description
Bindable

Value

Type Description
string

See Also