StyleCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class StyleCollection : INotifyCollectionChanged, IEnumerable
Inheritance: objectStyleCollection
Implements:
Constructors
Properties
C#
public RadDocument Document { get; }
Methods
C#
public void Clear()
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
Events
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: