[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TableRowGroup.IsValidChild

IsValidChild Method

IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.

Declaration
public override bool IsValidChild(Type type)
Parameters
Type Name Description
Type type

The type to check.

Returns
Type Description
bool

Whether a type is a valid child of this C1TextElement.

Overrides