Class
GridViewGroupPanelItem

Supports UI elements that provide visualization for the group cell.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewGroupPanelItem : ContentControl

Inheritance: objectGridViewGroupPanelItem

Constructors

GridViewGroupPanelItem()

Initializes a new instance of the GridViewGroupPanelItem class.

Declaration

cs-api-definition
public GridViewGroupPanelItem()

Fields

InsertionPointVisibilityProperty

Identifies the InsertionPointVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InsertionPointVisibilityProperty

Field Value

DependencyProperty

IsFirstProperty

Identifies the IsFirst dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFirstProperty

Field Value

DependencyProperty

RightInsertionPointVisibilityProperty

Identifies the RightInsertionPointVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RightInsertionPointVisibilityProperty

Field Value

DependencyProperty

Properties

InsertionPointVisibility

Gets or sets the insertion point visibility.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsFirst { get; set; }

Property Value

bool

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

RightInsertionPointVisibility

Gets or sets the right insertion point visibility.

Declaration

cs-api-definition
public Visibility RightInsertionPointVisibility { get; set; }

Property Value

Visibility

The insertion point visibility.

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs