ClassRadCardView
Represents the RadCardView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadCardView : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadCardView
Implements:
Inherited Members
Constructors
RadCardView()
Initializes a new instance of the RadCardView class.
Declaration
public RadCardView()
Properties
DataFieldDescriptorsButton
Get the DataFieldDescriptorsButton hosted in CardView`s group panel.
Declaration
public RadDropDownButton DataFieldDescriptorsButton { get; }
Property Value
GroupItems
Get the collection of group items.
Declaration
public IList<RadCardViewGroupItem> GroupItems { get; }
Property Value
GroupPanel
Get the CardView`s GroupPanel which hosts Group Member Buttons and DataFieldDescriptorsButton.
GroupPanelItemsContainer
Get the element which hosts the group member buttons
Declaration
public CardViewGroupPanel GroupPanelItemsContainer { get; }
Property Value
HorizontalScrollBar
Get CardView`s HorizontalScrollBar.
Declaration
public ScrollBar HorizontalScrollBar { get; }
Property Value
SelectedItem
Get the value of SelectedItem property via automation property.
VerticalScrollBar
Get CardView`s VerticalScrollbar.
VisibleCardViewItems
Get the collection of card items.
Declaration
public IList<RadCardViewItem> VisibleCardViewItems { get; }
Property Value