Class RadTileView
Inheritance
System.Object
RadTileView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadTileView : ItemsControl, IAutomationPeer, IPeerConverter, IRadTileView, IControl, IFrameworkElement, ITargetElement
Constructors
RadTileView()
Declaration
public RadTileView()
Properties
IsItemDraggingEnabled
Declaration
public bool IsItemDraggingEnabled { get; set; }
Property Value
System.Boolean
|
Implements
IsItemsAnimationEnabled
Declaration
public bool IsItemsAnimationEnabled { get; set; }
Property Value
System.Boolean
|
Implements
MaxColumns
Declaration
public int MaxColumns { get; set; }
Property Value
System.Int32
|
Implements
MaxRows
Declaration
public int MaxRows { get; set; }
Property Value
System.Int32
|
Implements
MinimizedColumnWidth
Declaration
public double MinimizedColumnWidth { get; set; }
Property Value
System.Double
|
Implements
MinimizedRowHeight
Declaration
public double MinimizedRowHeight { get; set; }
Property Value
System.Double
|
Implements
TileViewItemElements
Declaration
public IList<IRadTileViewItem> TileViewItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadTileViewItem>
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|