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
Initializes a new instance of the CardViewGroupPanelItem class.
public CardViewGroupPanelItem()
Fields
InsertionPointVisibilityProperty
DependencyProperty
Identifies the InsertionPointVisibility dependency property.
public static readonly DependencyProperty InsertionPointVisibilityProperty
IsFirstProperty
DependencyProperty
Identifies the IsFirst dependency property.
public static readonly DependencyProperty IsFirstProperty
RightInsertionPointVisibilityProperty
DependencyProperty
Identifies the RightInsertionPointVisibility dependency property.
public static readonly DependencyProperty RightInsertionPointVisibilityProperty
Properties
InsertionPointVisibility
Visibility
Gets or sets the insertion point visibility.
public Visibility InsertionPointVisibility { get; set; }
The insertion point visibility.
Gets or sets a value indicating whether this item is first in its container.
public bool IsFirst { get; set; }
true if this item is first in its container; otherwise, false.
RightInsertionPointVisibility
Visibility
Gets or sets the right insertion point visibility.
public Visibility RightInsertionPointVisibility { get; set; }
The insertion point visibility.
Methods
public override void OnApplyTemplate()