Class BulletedList
Represents a bulleted list in a Telerik document.
Inherited Members
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BulletedList : DocumentList
Remarks
This class provides functionality for creating and manipulating bulleted lists within documents using the Telerik RadRichTextBox.
Constructors
BulletedList(Char, RadDocument)
Declaration
public BulletedList(char symbol, RadDocument document)
Parameters
System.Char
symbol
|
RadDocument
document
|