ComponentOne TileView for WPF and Silverlight
MaximizedIndex Property


C1.WPF.TileView Namespace > C1TileView Class : MaximizedIndex Property
Gets or sets the index in the Items collection of the selected item.
Syntax
'Declaration
 
Public Property MaximizedIndex As System.Integer
'Usage
 
Dim instance As C1TileView
Dim value As System.Integer
 
instance.MaximizedIndex = value
 
value = instance.MaximizedIndex
public System.int MaximizedIndex {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members