ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileViewItem Class
Members


In This Topic
    C1TileViewItem Class
    In This Topic
    A selectable item inside a C1TileView.
    Object Model
    C1TileViewItem Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Header", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="Maximized", GroupName="TiledStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TileViewItem 
       Inherits C1.Silverlight.C1HeaderedContentControl
    'Usage
     
    
    Dim instance As C1TileViewItem
    [TemplatePart(Name="Header", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Maximized", GroupName="TiledStates")]
    [ContentProperty("Content", true)]
    public class C1TileViewItem : C1.Silverlight.C1HeaderedContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1HeaderedContentControl
                         C1.Silverlight.TileView.C1TileViewItem

    See Also