Represents the items that can be hosted in a C1Book.
Namespace:
C1.WPF.ExtendedAssembly: 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
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
C1.WPF.Extended..::..C1BookItem
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
C1.WPF.Extended..::..C1BookItem