Class GridViewGroupPanelItem
Supports UI elements that provide visualization for the group cell.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewGroupPanelItem : ContentControl
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
System.Windows.DependencyProperty
|
IsFirstProperty
Identifies the IsFirst dependency property.
Declaration
public static readonly DependencyProperty IsFirstProperty
Field Value
System.Windows.DependencyProperty
|
RightInsertionPointVisibilityProperty
Identifies the RightInsertionPointVisibility dependency property.
Declaration
public static readonly DependencyProperty RightInsertionPointVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InsertionPointVisibility
Gets or sets the insertion point visibility.
Declaration
public Visibility InsertionPointVisibility { get; set; }
Property Value
System.Windows.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
System.Boolean
|
RightInsertionPointVisibility
Gets or sets the right insertion point visibility.
Declaration
public Visibility RightInsertionPointVisibility { get; set; }
Property Value
System.Windows.Visibility
The insertion point visibility. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|