Interface IGridViewGroupPanel
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.GridView.GroupPanel
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewGroupPanel : IControl, IFrameworkElement, ITargetElement
Properties
Items
Declaration
IList<IGridViewGroupPanelItem> Items { get; }
Property Value
System.Collections.Generic.IList<IGridViewGroupPanelItem>
|