Class BlockContainerBase
Represents container which holds Block elements.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class BlockContainerBase : Block, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IBlockContainer
Constructors
BlockContainerBase()
Properties
Blocks
Gets the collection of Block elements.
Declaration
public BlockCollection Blocks { get; }
Property Value
BlockCollection
The blocks. |