Class RadCardView
Displays a collection of labeled items, each represented by a List
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.
|
Overrides
AllowColumnReorder
Declaration
public override bool AllowColumnReorder { get; set; }
Property Value
System.
|
Overrides
AllowColumnResize
Declaration
public override bool AllowColumnResize { get; set; }
Property Value
System.
|
Overrides
CardTemplate
Gets the RadLayoutControl used as a card template.
Declaration
public RadLayoutControl CardTemplate { get; }
Property Value
CardViewElement
Gets the card view element.
Declaration
public RadCardViewElement CardViewElement { get; }
Property Value
Rad The card view element. |
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
Overrides
FullRowSelect
Declaration
public override bool FullRowSelect { get; set; }
Property Value
System.
|
Overrides
HeaderHeight
Declaration
public override float HeaderHeight { get; set; }
Property Value
System.
|
Overrides
ItemSize
Gets or sets the default item size.
Declaration
public override Size ItemSize { get; set; }
Property Value
System.
|
Overrides
ItemSpacing
Gets or sets the space between the items.
Declaration
public override int ItemSpacing { get; set; }
Property Value
System.
|
Overrides
ShowColumnHeaders
Declaration
public override bool ShowColumnHeaders { get; set; }
Property Value
System.
|
Overrides
ShowGridLines
Declaration
public override bool ShowGridLines { get; set; }
Property Value
System.
|
Overrides
ViewType
Declaration
public override ListViewType ViewType { get; set; }
Property Value
Overrides
Methods
CloseCustomizeDialog()
Closes the Rad
Declaration
public void CloseCustomizeDialog()
CreateListViewElement()
Declaration
protected override RadListViewElement CreateListViewElement()
Returns
Overrides
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.
|
Overrides
ShowCustomizeDialog()
Shows the Rad
Declaration
public void ShowCustomizeDialog()
Events
CardViewItemCreating
Occurs when a new Layout
Declaration
public event CardViewItemCreatingEventHandler CardViewItemCreating
Event Type
CardViewItemFormatting
Occurs when a Layout
Declaration
public event CardViewItemFormattingEventHandler CardViewItemFormatting
Event Type
CellCreating
Declaration
public override event ListViewCellElementCreatingEventHandler CellCreating
Event Type
Overrides
CellFormatting
Declaration
public override event ListViewCellFormattingEventHandler CellFormatting
Event Type
Overrides
ViewTypeChanged
Declaration
public override event EventHandler ViewTypeChanged
Event Type
System.
|
Overrides
ViewTypeChanging
Declaration
public override event ViewTypeChangingEventHandler ViewTypeChanging