ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / MaximizedIndex Property

In This Topic
    MaximizedIndex Property
    In This Topic
    Gets or sets the index in the Items collection of the selected item.
    Syntax
    'Declaration
     
    Public Property MaximizedIndex As System.Integer
    public System.int MaximizedIndex {get; set;}
    See Also