Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxParaAttributes2.NumberingType Property

Specifies the numbering type for bulleted or numbered paragraphs.

#Declaration

Delphi
property NumberingType: TcxParaFormat2NumberingType read; write;

#Property Value

Type
TcxParaFormat2NumberingType

#Remarks

Values include:

Value Meaning
pfnNone No paragraph numbering or bullets.
pfnSymbols Insert a bullet at the paragraph start.
pfnNumber Arabic numbers.
pfnLCLetter Lowercase letters.
pfnUCLetter Uppercase letters.
pfnLCRoman Lowercase Roman numerals.
pfnUCRoman Uppercase Roman numerals.
pfnSequence A sequence of characters beginning with the Unicode character specified by the NumberingStart property.
See Also