Class LayoutControlGroupBase
Inheritance
System.Object
LayoutControlGroupBase
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class LayoutControlGroupBase : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
LayoutControlGroupBase()
Declaration
public LayoutControlGroupBase()
Properties
Items
Declaration
public IList<FrameworkElement> Items { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|