Represents the items that can be hosted in a C1Book.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplatePartAttribute(Name = "ContentControl", Type = typeof(ContentControl))]
public class C1BookItem : ContentControl
Visual Basic
<TemplatePartAttribute(Name := "ContentControl", Type := GetType(ContentControl))> _
Public Class C1BookItem _
	Inherits ContentControl
XAML Object Element Usage
<C1BookItem .../>

Inheritance Hierarchy

See Also