ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TemplateCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the first Template with the specified name in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Template
    public Template Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also