ClassGridViewGroupPanelItem
Class
Represents the RadGridView for Silverlight GridViewGroupPanelItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class GridViewGroupPanelItem : FrameworkElement, IAutomationPeer, IPeerConverter, IGridViewGroupPanelItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementGridViewGroupPanelItem
Implements:
Inherited Members
Constructors
GridViewGroupPanelItem()
Initializes a new instance of the GridViewGroupPanelItem class.
Declaration
cs-api-definition
public GridViewGroupPanelItem()
Properties
Cells
Gets the list of group panel items.
Declaration
cs-api-definition
public IList<GridViewGroupPanelCell> Cells { get; }
Property Value
ConnectingLineOpacity
Gets or sets the connecting line opacity.
Declaration
cs-api-definition
public double ConnectingLineOpacity { get; set; }
Property Value
The connecting line opacity.
InsertionPointVisibility
Gets or sets the insertion point visibility.
Declaration
cs-api-definition
public Visibility InsertionPointVisibility { get; set; }
Property Value
The insertion point visibility.