Version

UseLegalNumberFormat Property

Determines whether to ignore number formatting and instead use list item number without any formatting.
Syntax
'Declaration
 
Public Property UseLegalNumberFormat As Nullable(Of Boolean)
public Nullable<bool> UseLegalNumberFormat {get; set;}
Remarks

UseLegalNumberFormat is used to display list item numbers in legal format, which is essentially item numbers from ancestor levels and current level combined using '.' separator. Legal number format is achieved by setting the LevelText to "1.2.3...n." where 'n' is the level number of the level definition where legal format is desired. Without setting UseLegalNumberFormat, this value of LevelText results in item numbers from ancestor levels and current level combined using '.' separator, including any formatting that the ancestor levels may have applied to their item numbers. So if an ancestor level had its own number formatting applied, then that formatted value would be used for that level. Setting UseLegalNumberFormat to true results in the number formatting to be ignored at all levels in the replacement LevelText value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also