ClassRadCardViewItem
Class
Represents the RadCardViewItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadCardViewItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadCardViewItem
Implements:
Inherited Members
Constructors
RadCardViewItem()
Initializes a new instance of the RadCardView class.
Declaration
cs-api-definition
public RadCardViewItem()
Properties
CardExpandButton
Get the expand button of a single card item.
Declaration
cs-api-definition
public RadToggleButton CardExpandButton { get; }
Property Value
CardHeader
Get the HeaderContent element inside RadCardViewItem.
Declaration
cs-api-definition
public ContentPresenter CardHeader { get; }
Property Value
CardHeaderText
Get the CardItem`s header text.
DataForm
Get the card item`s data fields.
Declaration
cs-api-definition
public CardViewDataForm DataForm { get; }
Property Value
IsExpanded
Get the value of Group`s IsExpanded property via automation property.
IsSelected
Get the value of Group`s IsSelected property via automation property.