Class CardViewGroupPanelItem
Supports UI elements that provide visualization for the group cell.
Inheritance
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewGroupPanelItem : ContentControl
Constructors
CardViewGroupPanelItem()
Initializes a new instance of the Card
Declaration
public CardViewGroupPanelItem()
Fields
InsertionPointVisibilityProperty
Identifies the Insertion
Declaration
public static readonly DependencyProperty InsertionPointVisibilityProperty
Field Value
System.
|
IsFirstProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsFirstProperty
Field Value
System.
|
RightInsertionPointVisibilityProperty
Identifies the Right
Declaration
public static readonly DependencyProperty RightInsertionPointVisibilityProperty
Field Value
System.
|
Properties
InsertionPointVisibility
Gets or sets the insertion point visibility.
Declaration
public Visibility InsertionPointVisibility { get; set; }
Property Value
System. The insertion point visibility. |
IsFirst
Gets or sets a value indicating whether this item is first in its container.
Declaration
public bool IsFirst { get; set; }
Property Value
System.
|
RightInsertionPointVisibility
Gets or sets the right insertion point visibility.
Declaration
public Visibility RightInsertionPointVisibility { get; set; }
Property Value
System. The insertion point visibility. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|