ClassCardViewGroupPanelItem
Supports UI elements that provide visualization for the group cell.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class CardViewGroupPanelItem : ContentControl
Inheritance: objectCardViewGroupPanelItem
Constructors
CardViewGroupPanelItem()
Initializes a new instance of the CardViewGroupPanelItem class.
Declaration
public CardViewGroupPanelItem()
Fields
InsertionPointVisibilityProperty
Identifies the InsertionPointVisibility dependency property.
Declaration
public static readonly DependencyProperty InsertionPointVisibilityProperty
Field Value
DependencyProperty
IsFirstProperty
Identifies the IsFirst dependency property.
Declaration
public static readonly DependencyProperty IsFirstProperty
Field Value
DependencyProperty
RightInsertionPointVisibilityProperty
Identifies the RightInsertionPointVisibility dependency property.
Declaration
public static readonly DependencyProperty RightInsertionPointVisibilityProperty
Field Value
DependencyProperty
Properties
InsertionPointVisibility
Gets or sets the insertion point visibility.
Declaration
public Visibility InsertionPointVisibility { get; set; }
Property Value
Visibility
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
true if this item is first in its container; otherwise, false.
RightInsertionPointVisibility
Gets or sets the right insertion point visibility.
Declaration
public Visibility RightInsertionPointVisibility { get; set; }
Property Value
Visibility
The insertion point visibility.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e