Class RadCardView
Displays a collection of labeled items, each represented by a ListViewDataItem.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
public class RadCardView : RadListView, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IFilterable
Constructors
RadCardView()
Declaration
public RadCardView()
Properties
AllowArbitraryItemHeight
Gets or sets a value indicating whether the items can have different height.
Declaration
public override bool AllowArbitraryItemHeight { get; set; }
Property Value
System.Boolean
|
Overrides
AllowColumnReorder
Declaration
public override bool AllowColumnReorder { get; set; }
Property Value
System.Boolean
|
Overrides
AllowColumnResize
Declaration
public override bool AllowColumnResize { get; set; }
Property Value
System.Boolean
|
Overrides
CardTemplate
Gets the RadLayoutControl used as a card template.
Declaration
public RadLayoutControl CardTemplate { get; }
Property Value
RadLayoutControl
|
CardViewElement
Gets the card view element.
Declaration
public RadCardViewElement CardViewElement { get; }
Property Value
RadCardViewElement
The card view element. |
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Overrides
FullRowSelect
Declaration
public override bool FullRowSelect { get; set; }
Property Value
System.Boolean
|
Overrides
HeaderHeight
Declaration
public override float HeaderHeight { get; set; }
Property Value
System.Single
|
Overrides
ItemSize
Gets or sets the default item size.
Declaration
public override Size ItemSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
ItemSpacing
Gets or sets the space between the items.
Declaration
public override int ItemSpacing { get; set; }
Property Value
System.Int32
|
Overrides
ShowColumnHeaders
Declaration
public override bool ShowColumnHeaders { get; set; }
Property Value
System.Boolean
|
Overrides
ShowGridLines
Declaration
public override bool ShowGridLines { get; set; }
Property Value
System.Boolean
|
Overrides
ViewType
Declaration
public override ListViewType ViewType { get; set; }
Property Value
ListViewType
|
Overrides
Methods
CloseCustomizeDialog()
Closes the RadCardViewCustomizeDialog and puts the selected item out of customize mode.
Declaration
public void CloseCustomizeDialog()
CreateListViewElement()
Declaration
protected override RadListViewElement CreateListViewElement()
Returns
RadListViewElement
|
Overrides
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowCustomizeDialog()
Shows the RadCardViewCustomizeDialog of CardTemplate and puts the selected item in customize mode.
Declaration
public void ShowCustomizeDialog()
Events
CardViewItemCreating
Occurs when a new LayoutControlItemBase is created.
Declaration
public event CardViewItemCreatingEventHandler CardViewItemCreating
Event Type
CardViewItemCreatingEventHandler
|
CardViewItemFormatting
Occurs when a LayoutControlItemBase needs to be formatted.
Declaration
public event CardViewItemFormattingEventHandler CardViewItemFormatting
Event Type
CardViewItemFormattingEventHandler
|
CellCreating
Declaration
public override event ListViewCellElementCreatingEventHandler CellCreating
Event Type
ListViewCellElementCreatingEventHandler
|
Overrides
CellFormatting
Declaration
public override event ListViewCellFormattingEventHandler CellFormatting
Event Type
ListViewCellFormattingEventHandler
|
Overrides
ViewTypeChanged
Declaration
public override event EventHandler ViewTypeChanged
Event Type
System.EventHandler
|
Overrides
ViewTypeChanging
Declaration
public override event ViewTypeChangingEventHandler ViewTypeChanging
Event Type
ViewTypeChangingEventHandler
|