TemplateBaseAttribute.ChoiceFormat Property

Definition

Format string used for presenting each choice when showing {||} choices in a \ref patterns string.

public string ChoiceFormat { get; set; }
member this.ChoiceFormat : string with get, set
Public Property ChoiceFormat As String

Property Value

Remarks

The choice format is passed two arguments, {0} is the number of the choice and {1} is the field name.

Applies to