BlockContainerBase
Class
Represents container which holds Block elements.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class BlockContainerBase : Block, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IBlockContainer
Inheritance: objectDisposableObjectRadObjectDocumentElementBlockBlockContainerBase...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the BlockContainerBase class.
C#
public BlockContainerBase()
Properties
Gets the collection of Block elements.
C#
public BlockCollection Blocks { get; }
The blocks.
Implements: