ClassGridViewGroupPanelItem
Supports UI elements that provide visualization for the group cell.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewGroupPanelItem : ContentControl
Inheritance: objectGridViewGroupPanelItem
Constructors
GridViewGroupPanelItem()
Initializes a new instance of the GridViewGroupPanelItem class.
Declaration
public GridViewGroupPanelItem()
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