Class RadCardView
Inheritance
System.Object
RadCardView
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 RadCardView : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadCardView()
Declaration
public RadCardView()
Properties
DataFieldDescriptorsButton
Declaration
public RadDropDownButton DataFieldDescriptorsButton { get; }
Property Value
RadDropDownButton
|
GroupItems
Declaration
public IList<RadCardViewGroupItem> GroupItems { get; }
Property Value
System.Collections.Generic.IList<RadCardViewGroupItem>
|
GroupPanel
GroupPanelItemsContainer
Declaration
public CardViewGroupPanel GroupPanelItemsContainer { get; }
Property Value
CardViewGroupPanel
|
HorizontalScrollBar
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
System.Object
|
VerticalScrollBar
VisibleCardViewItems
Declaration
public IList<RadCardViewItem> VisibleCardViewItems { get; }
Property Value
System.Collections.Generic.IList<RadCardViewItem>
|