ClassRadTileView
Represents the Silverlight RadTileView wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadTileView : ItemsControl, IAutomationPeer, IPeerConverter, IRadTileView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadTileView
Implements:
Inherited Members
Constructors
RadTileView()
Initializes a new instance of the RadTileView class. Empty contructor [Must have].
Declaration
public RadTileView()
Properties
IsItemDraggingEnabled
Gets or sets a value indicating whether the item dragging is enabled.
Declaration
public bool IsItemDraggingEnabled { get; set; }
Property Value
Implements
IsItemsAnimationEnabled
Gets or sets a value indicating whether the item animation is enabled.
Declaration
public bool IsItemsAnimationEnabled { get; set; }
Property Value
Implements
MaxColumns
Gets or sets the max columns, 0 for no maximum. Max rows takes priority over max columns.
MaxRows
Gets or sets the max rows, 0 for no maximum. Max rows takes priority over max columns.
MinimizedColumnWidth
Gets or sets the width for the minimzed column on the right or left side.
Declaration
public double MinimizedColumnWidth { get; set; }
Property Value
Implements
MinimizedRowHeight
Gets or sets the height for the minimized row on the top or bottom side.
Declaration
public double MinimizedRowHeight { get; set; }
Property Value
Implements
TileViewItemElements
Gets the list of the RadTileViewItem elements.
Declaration
public IList<IRadTileViewItem> TileViewItemElements { get; }
Property Value
Implements
TileViewItems
Gets the list of the RadTileViewItem elements.
Declaration
[Obsolete("The property is deprecated. Please use TileViewItemElements instead.")]
public IList<RadTileViewItem> TileViewItems { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements