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