Class RadCardViewItem
Inheritance
System.Object
RadCardViewItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadCardViewItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadCardViewItem()
Declaration
public RadCardViewItem()
Properties
CardExpandButton
CardHeader
CardHeaderText
Declaration
public string CardHeaderText { get; }
Property Value
System.String
|
DataForm
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|