Represents the items that can be hosted in a C1Book.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight.Extended..::..C1BookItem

See Also