ClassRadCoverFlowItem
Class
Represents the Silverlight RadCoverFlowItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadCoverFlowItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlListBoxItemRadCoverFlowItem
Implements:
Inherited Members
Constructors
RadCoverFlowItem()
Initializes a new instance of the RadCoverFlowItem class.
Declaration
cs-api-definition
public RadCoverFlowItem()
Properties
ContentImage
Get the item image if any.
Index
Get the index of the item.
IsContentValid
Gets a value indicating whether to display the error image, or not.
Declaration
cs-api-definition
public bool IsContentValid { get; }
Property Value
True if the error image should be displayed; otherwise, false.
Methods
Click()
Simulates user clicking on a cover flow item. Can be clicked only if the item is visible.
Declaration
cs-api-definition
public void Click()