ComponentOne TileView for WPF and Silverlight
C1TileViewItem Class
Members 


C1.WPF.TileView Namespace : C1TileViewItem Class
A selectable item inside a C1TileView.
Object Model
C1TileViewItem Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplatePartAttribute(Name="StateButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplatePartAttribute(Name="Header", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="Tiled", GroupName="TiledStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Maximized", GroupName="TiledStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Minimized", GroupName="TiledStates")>
Public Class C1TileViewItem 
   Inherits C1.WPF.C1HeaderedContentControl
'Usage
 
Dim instance As C1TileViewItem
[System.Windows.TemplatePart(Name="Presenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplatePart(Name="StateButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplatePart(Name="Header", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="Tiled", GroupName="TiledStates")]
[System.Windows.TemplateVisualState(Name="Maximized", GroupName="TiledStates")]
[System.Windows.TemplateVisualState(Name="Minimized", GroupName="TiledStates")]
public class C1TileViewItem : C1.WPF.C1HeaderedContentControl 
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.C1HeaderedContentControl
                           C1.WPF.TileView.C1TileViewItem

See Also

Reference

C1TileViewItem Members
C1.WPF.TileView Namespace