Class CardViewGroupItem
Inheritance
System.Object
CardViewGroupItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CardViewGroupItem : LayoutControlGroupItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, ICardViewBoundItem
Constructors
CardViewGroupItem()
Declaration
public CardViewGroupItem()
Properties
CardField
Gets the field.
Declaration
public ListViewDetailColumn CardField { get; protected set; }
Property Value
ListViewDetailColumn
|
Implements
FieldName
Gets or sets the name of field associated with this item.
Declaration
public string FieldName { get; set; }
Property Value
System.String
|
Implements
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateContainerElement()
Declaration
protected override LayoutControlContainerElement CreateContainerElement()
Returns
LayoutControlContainerElement
|
Overrides
SetCardField(ListViewDetailColumn)
This method is used internally!
Declaration
public void SetCardField(ListViewDetailColumn column)
Parameters
ListViewDetailColumn
column
|
Implements
Synchronize()
UpdateOnExpandCollapse()
Declaration
protected override void UpdateOnExpandCollapse()