Enum ListStyle
Specifies whether a paragraph is part of a list, and identifies the numbering type.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum ListStyle
Fields
Name | Description |
---|---|
Bulleted | The paragraph is part of a bulleted list. |
None | The paragraph has no list formatting. |
Numbered | The paragraph is part of a numbered list. |