ChoiceFactoryOptions.IncludeNumbers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 true
if 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.