New to Telerik UI for WPFStart a free 30-day trial

Supports UI elements that provide visualization for the group cell.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewGroupPanelItem : ContentControl

Inheritance: objectGridViewGroupPanelItem

Constructors

Initializes a new instance of the GridViewGroupPanelItem class.

C#
public GridViewGroupPanelItem()

Fields

Identifies the InsertionPointVisibility dependency property.

C#
public static readonly DependencyProperty InsertionPointVisibilityProperty

IsFirstProperty

DependencyProperty

Identifies the IsFirst dependency property.

C#
public static readonly DependencyProperty IsFirstProperty

Identifies the RightInsertionPointVisibility dependency property.

C#
public static readonly DependencyProperty RightInsertionPointVisibilityProperty

Properties

Gets or sets the insertion point visibility.

C#
public Visibility InsertionPointVisibility { get; set; }
Property Value:

The insertion point visibility.

Gets or sets a value indicating whether this item is first in its container.

C#
public bool IsFirst { get; set; }
Property Value:

true if this item is first in its container; otherwise, false.

Gets or sets the right insertion point visibility.

C#
public Visibility RightInsertionPointVisibility { get; set; }
Property Value:

The insertion point visibility.

Methods

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs