Jaa


ChoiceFactoryOptions.IncludeNumbers Property

Definition

Gets or sets a value indicating whether an inline and list style choices will be prefixed with the index of the choice as in "1. choice". If false, the list style will use a bulleted list instead.The default value is true.

public bool? IncludeNumbers { get; set; }
member this.IncludeNumbers : Nullable<bool> with get, set
Public Property IncludeNumbers As Nullable(Of Boolean)

Property Value

A trueif an inline and list style choices will be prefixed with the index of the choice as in "1. choice"; otherwise a false and the list style will use a bulleted list instead.

Applies to