Interface IRadSplitContainer
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadSplitContainer : IControl, IFrameworkElement, ITargetElement
Properties
PaneGroups
Declaration
IList<IRadPaneGroup> PaneGroups { get; }
Property Value
System.Collections.Generic.IList<IRadPaneGroup>
|
SplitContainers
Declaration
IList<IRadSplitContainer> SplitContainers { get; }
Property Value
System.Collections.Generic.IList<IRadSplitContainer>
|