Interface IRadTileView
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTileView : IControl, IFrameworkElement, ITargetElement
Properties
IsItemDraggingEnabled
Declaration
bool IsItemDraggingEnabled { get; set; }
Property Value
System.Boolean
|
IsItemsAnimationEnabled
Declaration
bool IsItemsAnimationEnabled { get; set; }
Property Value
System.Boolean
|
MaxColumns
Declaration
int MaxColumns { get; set; }
Property Value
System.Int32
|
MaxRows
Declaration
int MaxRows { get; set; }
Property Value
System.Int32
|
MinimizedColumnWidth
Declaration
double MinimizedColumnWidth { get; set; }
Property Value
System.Double
|
MinimizedRowHeight
Declaration
double MinimizedRowHeight { get; set; }
Property Value
System.Double
|
TileViewItemElements
Declaration
IList<IRadTileViewItem> TileViewItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadTileViewItem>
|